Enum RenderFlags.ColorFormatHint
Hints for color formats used in textures and render targets.
public enum RenderFlags.ColorFormatHint
Fields
Depth = 21Depth16 = 14Depth24 = 15Depth24Stencil8 = 17Depth32 = 16Depth32FStencil8 = 18DepthStencil = 22R16F = 4R32F = 8R8 = 0RG16F = 5RG32F = 9RG8 = 1RGB = 19RGB10A2 = 13RGB16F = 6RGB32F = 10RGB8 = 2RGBA = 20RGBA16F = 7RGBA32F = 11RGBA8 = 3RGBA8UI = 12