IndexedBufferConstFloat¶

-
class
IndexedBufferConstFloat¶ Bases:
rumba.ValueA 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__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. -
can_cast(v: Value) → bool¶ Return type: bool
-
read_indices()¶ Return a readable accessor on the indices buffer.
-
read_values()¶ Return a readable accessor on the indices buffer.
-