VertexBufferDrawer
class VertexBufferDrawer
Content copied to clipboard
Functions
drawVertexBuffer
Link copied to clipboard
fun drawVertexBuffer(drawContext: DrawContext, drawStyle: DrawStyle, primitive: DrawPrimitive, vertexBuffers: List<VertexBuffer>, offset: Int, vertexCount: Int)
Content copied to clipboard
fun drawVertexBuffer(drawContext: DrawContext, drawStyle: DrawStyle, primitive: DrawPrimitive, indexBuffer: IndexBuffer, vertexBuffers: List<VertexBuffer>, offset: Int, indexCount: Int)
Content copied to clipboard
drawVertexBufferInstances
Link copied to clipboard
fun drawVertexBufferInstances(drawContext: DrawContext, drawStyle: DrawStyle, primitive: DrawPrimitive, vertexBuffers: List<VertexBuffer>, instanceAttributes: List<VertexBuffer>, offset: Int, vertexCount: Int, instanceCount: Int)
Content copied to clipboard
fun drawVertexBufferInstances(drawContext: DrawContext, drawStyle: DrawStyle, primitive: DrawPrimitive, indexBuffer: IndexBuffer, vertexBuffers: List<VertexBuffer>, instanceAttributes: List<VertexBuffer>, offset: Int, indexCount: Int, instanceCount: Int)
Content copied to clipboard