Click or drag to resize

BgfxSetInstanceCount Method

Sets the number of auto-generated indices for use with gl_InstanceID.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static void SetInstanceCount(
	int count
)

Parameters

count  Int32
The number of auto-generated instances.
See Also