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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static int GetAvailableSpace(
	int count,
	int stride
)

Parameters

count
Type: SystemInt32
The number of elements required.
stride
Type: SystemInt32
The stride of each element.

Return Value

Type: Int32
The number of available elements.
See Also