IndexedBufferConstFloat

- class IndexedBufferConstFloat
A read only buffer of indexed values. It is composed of a buffer of indexes of the size of the component. Those indexes point in the value buffer.
Constructors
__init__Value(: bool) -> None
Methods
can_cast(v)- type v
Value
read_indices()Return a readable accessor on the indices buffer.
read_values()Return a readable accessor on the indices buffer.