glDrawElements Method |
| Name | Description | |
|---|---|---|
| DrawElements(glPrimitiveType, Byte) |
Render primitives from array data, using supplied indices.
| |
| DrawElements(glPrimitiveType, UInt16) |
Render primitives from array data, using supplied indices.
| |
| DrawElements(glPrimitiveType, Int32, glIndexType) |
Render primitives from array data, using indices from a bound index buffer.
| |
| DrawElements(glPrimitiveType, Byte, Int32, Int32) |
Render primitives from array data, using supplied indices.
| |
| DrawElements(glPrimitiveType, UInt16, Int32, Int32) |
Render primitives from array data, using supplied indices.
|