VertexBufferDrawer

Constructors

Link copied to clipboard
constructor()

Functions

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