Click or drag to resize

EncoderSetVertexBuffer Method (Int32, DynamicVertexBuffer)

Sets the vertex buffer to use for drawing primitives.

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

Parameters

stream
Type: SystemInt32
The index of the vertex stream to set.
vertexBuffer
Type: Internal.SharpBgfxDynamicVertexBuffer
The vertex buffer to set.
See Also