|
Blender V4.5
|
Public Attributes | ||
| union { | ||
| RLE_Head head | ||
| RLE_Span span | ||
| RLE_Literal literal | ||
| }; | ||
Definition at line 168 of file array_store_rle.cc.
| union { ... } RLE_Elem |
| RLE_Head RLE_Elem::head |
Definition at line 170 of file array_store_rle.cc.
| RLE_Literal RLE_Elem::literal |
Definition at line 172 of file array_store_rle.cc.
| RLE_Span RLE_Elem::span |
Definition at line 171 of file array_store_rle.cc.