TransientVertexBufferGetAvailableSpace Method |
Gets the available space in the global transient vertex buffer.
Namespace:
Internal.SharpBgfx
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static int GetAvailableSpace(
int count,
VertexLayout layout
)
Parameters
- count
- Type: SystemInt32
The number of vertices required. - layout
- Type: Internal.SharpBgfxVertexLayout
The layout of each vertex.
Return Value
Type:
Int32The number of available vertices.
See Also