IndexedBufferFloat¶

-
class
IndexedBufferFloat¶ Bases:
rumba.IndexedBufferConstFloatA writable IndexedBuffer.
Methods
write_indices()Return a writable accessor on the indices buffer. write_values()Return a writable accessor on the indices buffer. -
__init__¶ x.__init__(…) initializes x; see help(type(x)) for signature
-
write_indices()¶ Return a writable accessor on the indices buffer.
-
write_values()¶ Return a writable accessor on the indices buffer.
-