Click or drag to resize

BgfxSetVertexCount Method

Sets the number of auto-generated vertices for use with gl_VertexID.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static void SetVertexCount(
	int count
)

Parameters

count  Int32
The number of auto-generated vertices.
See Also