TransientIndexBufferGetAvailableSpace Method |
Gets the available space in the global transient index buffer.
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static int GetAvailableSpace(
int count,
bool index32
)
Parameters
- count Int32
- The number of 16-bit indices required.
- index32 Boolean
-
Return Value
Int32The number of available indices.
See Also