RenderStatePointSize Method |
Encodes a point size value in a render state.
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static RenderState PointSize(
byte size
)
Parameters
- size Byte
- The point size.
Return Value
RenderStateThe encoded render state.
See Also