Click or drag to resize

RenderStatePointSize Method

Encodes a point size value in a render state.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static RenderState PointSize(
	byte size
)

Parameters

size  Byte
The point size.

Return Value

RenderState
The encoded render state.
See Also