InstanceDataBufferGetAvailableSpace Method |
Gets the available space that can be used to allocate an instance 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,
int stride
)
Parameters
- count Int32
- The number of elements required.
- stride Int32
- The stride of each element.
Return Value
Int32The number of available elements.
See Also