RenderPass.drawIndexed

Draws indexed primitives using the active index buffer and the active vertex buffers.

The active index buffer can be set with RenderPass.setIndexBuffer, while the active vertex buffers can be set with RenderPass.setVertexBuffers.

struct RenderPass
void
drawIndexed
(
uint[] indices
,,
uint[] instances
)

Meta