mojo.graphics.IndexBuffer - nitrologic/monkey2 GitHub Wiki
mojo::mojo.graphics.IndexBuffer
std:std.resource.Resource
Class IndexBuffer ExtendsConstructors | |
---|---|
New |
Properties | |
---|---|
Format | (read only) |
Length | (read only) |
Pitch | (read only) |
Methods | |
---|---|
Invalidate | |
Lock | Locks indices. |
Resize | Resizes the index buffer. |
SetIndices | Sets a range of indices. |
Unlock | Unlocks indices. |