mojo.graphics.VertexBuffer - nitrologic/monkey2 GitHub Wiki

mojo::mojo.graphics.VertexBuffer

Class VertexBuffer Extends std:std.resource.Resource
Constructors
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.