mojo.graphics.IndexBuffer - nitrologic/monkey2 GitHub Wiki
mojo::mojo.graphics.IndexBuffer
Class IndexBuffer Extends std:std.resource.Resource
| Constructors | |
|---|---|
| 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. |