Blender V5.0
RLE_Elem Struct Reference

Public Attributes

union { 
   RLE_Head   head 
   RLE_Span   span 
   RLE_Literal   literal 
}; 

Detailed Description

Definition at line 168 of file array_store_rle.cc.

Member Data Documentation

◆ [union]

union { ... } RLE_Elem

◆ head

RLE_Head RLE_Elem::head

Definition at line 170 of file array_store_rle.cc.

◆ literal

RLE_Literal RLE_Elem::literal

Definition at line 172 of file array_store_rle.cc.

◆ span

RLE_Span RLE_Elem::span

Definition at line 171 of file array_store_rle.cc.


The documentation for this struct was generated from the following file: