DynamicIndexBuffer Constructor (Int32, BufferFlags) |
Namespace:
Internal.SharpBgfx
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public DynamicIndexBuffer(
int indexCount,
BufferFlags flags = BufferFlags.None
)
Parameters
- indexCount
- Type: SystemInt32
The number of indices that can fit in the buffer. - flags (Optional)
- Type: Internal.SharpBgfxBufferFlags
Flags used to control buffer behavior.
See Also