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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void SetInstanceCount(
	int count
)

Parameters

count
Type: SystemInt32
The number of auto-generated instances.
See Also