Click or drag to resize

TransientIndexBufferGetAvailableSpace Method

Gets the available space in the global transient index 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,
	bool index32
)

Parameters

count
Type: SystemInt32
The number of 16-bit indices required.
index32
Type: SystemBoolean

Return Value

Type: Int32
The number of available indices.
See Also