Click or drag to resize

EncoderSetVertexCount Method

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

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

Parameters

count
Type: SystemInt32
The number of auto-generated vertices.
See Also