Blender V5.0
RLE_Head Struct Reference

Public Attributes

size_t span_size

Detailed Description

Definition at line 148 of file array_store_rle.cc.

Member Data Documentation

◆ span_size

size_t RLE_Head::span_size
  • When zero, this struct is interpreted as a RLE_Literal.
  • When non-zero, this struct is interpreted as a RLE_Span. The value is a uint_8 (to reduce the size of the struct).

Definition at line 154 of file array_store_rle.cc.


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