Table of Contents

Enum RenderFlags.RenderDataTypes

Namespace
LibGFX.Graphics
Assembly
LibGFX.dll

Data types used for rendering operations, specifying the type of data being processed.

public enum RenderFlags.RenderDataTypes

Fields

Byte = 0
Double = 7
Fixed = 9
Float = 6
HalfFloat = 8
Int = 4
Short = 2
UnsignedByte = 1
UnsignedInt = 5
UnsignedShort = 3