Click or drag to resize

BgfxSetIndexBuffer(DynamicIndexBuffer, Int32, Int32) Method

Sets the index buffer to use for drawing primitives.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static void SetIndexBuffer(
	DynamicIndexBuffer indexBuffer,
	int firstIndex,
	int count
)

Parameters

indexBuffer  DynamicIndexBuffer
The index buffer to set.
firstIndex  Int32
The first index in the buffer to use.
count  Int32
The number of indices to pull from the buffer.
See Also