Click or drag to resize

BgfxSetInstanceDataBuffer Method (InstanceDataBuffer, Int32, Int32)

Sets instance data 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 static void SetInstanceDataBuffer(
	ref InstanceDataBuffer instanceData,
	int start = 0,
	int count = -1
)

Parameters

instanceData
Type: Internal.SharpBgfxInstanceDataBuffer
The instance data.
start (Optional)
Type: SystemInt32
The starting offset in the buffer.
count (Optional)
Type: SystemInt32
The number of entries to pull from the buffer.
See Also