Click or drag to resize

EncoderSetIndexBuffer Method (DynamicIndexBuffer, 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
C#
public void SetIndexBuffer(
	DynamicIndexBuffer indexBuffer,
	int firstIndex,
	int count
)

Parameters

indexBuffer
Type: Internal.SharpBgfxDynamicIndexBuffer
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