GraphicsDevice.drawIndexedPrimitives

Renders indexed primitives.

  1. void drawIndexedPrimitives(int count, void* offset)
    class GraphicsDevice
    @nogc const nothrow
    void
    drawIndexedPrimitives
    (
    in int count
    ,
    in void* offset
    )
  2. void drawIndexedPrimitives(int count, int offset)

Meta