Click or drag to resize

DynamicVertexBuffer(Int32, VertexLayout, BufferFlags) Constructor

Initializes a new instance of the DynamicVertexBuffer struct.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public DynamicVertexBuffer(
	int vertexCount,
	VertexLayout layout,
	BufferFlags flags = BufferFlags.None
)

Parameters

vertexCount  Int32
The number of vertices that fit in the buffer.
layout  VertexLayout
The layout of the vertex data.
flags  BufferFlags  (Optional)
Flags used to control buffer behavior.
See Also