Click or drag to resize

DynamicVertexBufferUpdate Method

Updates the data in the buffer.

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

Parameters

startVertex
Type: SystemInt32
Index of the first vertex to update.
memory
Type: Internal.SharpBgfxMemoryBlock
The new vertex data with which to fill the buffer.
See Also