GraphicsDevice.createIndexBuffer

Creates an index buffer object.

class GraphicsDevice
@nogc nothrow
uint
createIndexBuffer
(
in int size
,
in void* data
)

Meta