Click or drag to resize

DynamicIndexBuffer(Int32, BufferFlags) Constructor

Initializes a new instance of the DynamicIndexBuffer struct.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public DynamicIndexBuffer(
	int indexCount,
	BufferFlags flags = BufferFlags.None
)

Parameters

indexCount  Int32
The number of indices that can fit in the buffer.
flags  BufferFlags  (Optional)
Flags used to control buffer behavior.
See Also