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