Click or drag to resize

InstanceDataBufferGetAvailableSpace Method

Gets the available space that can be used to allocate an instance buffer.

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

Parameters

count  Int32
The number of elements required.
stride  Int32
The stride of each element.

Return Value

Int32
The number of available elements.
See Also