| BgfxSetIndexBuffer Method (TransientIndexBuffer, Int32, Int32) | 
 
            Sets the index buffer to use for drawing primitives.
            
 
    Namespace: 
   Internal.SharpBgfx
    Assembly:
   NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
 Syntax
Syntaxpublic static void SetIndexBuffer(
	TransientIndexBuffer indexBuffer,
	int firstIndex,
	int count
)
Parameters
- indexBuffer
- Type: Internal.SharpBgfxTransientIndexBuffer
 The index buffer to set.
- firstIndex
- Type: SystemInt32
 The first index in the buffer to use.
- count
- Type: SystemInt32
 The number of indices to pull from the buffer.
 See Also
See Also