BgfxSetInstanceCount Method |
Sets the number of auto-generated indices for use with gl_InstanceID.
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static void SetInstanceCount(
int count
)
Parameters
- count Int32
- The number of auto-generated instances.
See Also