Click or drag to resize

DynamicIndexBufferUpdate Method

Updates the data in the buffer.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void Update(
	int startIndex,
	MemoryBlock memory
)

Parameters

startIndex  Int32
Index of the first index to update.
memory  MemoryBlock
The new index data with which to fill the buffer.
See Also