Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic VertexBuffer(
MemoryBlock memory,
VertexLayout layout,
BufferFlags flags = BufferFlags.None
)
Parameters
- memory MemoryBlock
- The vertex data with which to populate the buffer.
- layout VertexLayout
- The layout of the vertex data.
- flags BufferFlags (Optional)
- Flags used to control buffer behavior.
See Also