TransientVertexBuffer Constructor |
Namespace:
Internal.SharpBgfx
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public TransientVertexBuffer(
int vertexCount,
VertexLayout layout
)
Parameters
- vertexCount
- Type: SystemInt32
The number of vertices that fit in the buffer. - layout
- Type: Internal.SharpBgfxVertexLayout
The layout of the vertex data.
See Also