Click or drag to resize

BgfxSetVertexBuffer(Int32, DynamicVertexBuffer, Int32, Int32) Method

Sets the vertex buffer to use for drawing primitives.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static void SetVertexBuffer(
	int stream,
	DynamicVertexBuffer vertexBuffer,
	int startVertex,
	int count
)

Parameters

stream  Int32
The index of the vertex stream to set.
vertexBuffer  DynamicVertexBuffer
The vertex buffer to set.
startVertex  Int32
The index of the first vertex to use.
count  Int32
The number of vertices to pull from the buffer.
See Also