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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static RenderState PointSize(
	byte size
)

Parameters

size
Type: SystemByte
The point size.

Return Value

Type: RenderState
The encoded render state.
See Also