DynamicVertexBufferUpdate Method |
Updates the data in the buffer.
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void Update(
int startVertex,
MemoryBlock memory
)
Parameters
- startVertex Int32
- Index of the first vertex to update.
- memory MemoryBlock
- The new vertex data with which to fill the buffer.
See Also