IndexedBufferFloat

Inheritance diagram of rumba.IndexedBufferFloat
class IndexedBufferFloat

Bases: rumba.IndexedBufferConstFloat

A 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.