Click or drag to resize

IndexBuffer Constructor

Initializes a new instance of the IndexBuffer struct.

Namespace:  Internal.SharpBgfx
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public IndexBuffer(
	MemoryBlock memory,
	BufferFlags flags = BufferFlags.None
)

Parameters

memory
Type: Internal.SharpBgfxMemoryBlock
The 16-bit index data used to populate the buffer.
flags (Optional)
Type: Internal.SharpBgfxBufferFlags
Flags used to control buffer behavior.
See Also