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 public static RenderState PointSize(
byte size
)
Parameters
- size
- Type: SystemByte
The point size.
Return Value
Type:
RenderStateThe encoded render state.
See Also