Enum PixelFormat
Assembly: FlaxEngine.dll
File: Engine/Graphics/PixelFormat.h
Syntax
public enum PixelFormat
Fields
| Name | Description |
|---|---|
| A8_UNorm | |
| ASTC_10x10_UNorm | |
| ASTC_10x10_UNorm_sRGB | |
| ASTC_4x4_UNorm | |
| ASTC_4x4_UNorm_sRGB | |
| ASTC_6x6_UNorm | |
| ASTC_6x6_UNorm_sRGB | |
| ASTC_8x8_UNorm | |
| ASTC_8x8_UNorm_sRGB | |
| B5G5R5A1_UNorm | |
| B5G6R5_UNorm | |
| B8G8R8A8_Typeless | |
| B8G8R8A8_UNorm | |
| B8G8R8A8_UNorm_sRGB | |
| B8G8R8X8_Typeless | |
| B8G8R8X8_UNorm | |
| B8G8R8X8_UNorm_sRGB | |
| BC1_Typeless | |
| BC1_UNorm | |
| BC1_UNorm_sRGB | |
| BC2_Typeless | |
| BC2_UNorm | |
| BC2_UNorm_sRGB | |
| BC3_Typeless | |
| BC3_UNorm | |
| BC3_UNorm_sRGB | |
| BC4_SNorm | |
| BC4_Typeless | |
| BC4_UNorm | |
| BC5_SNorm | |
| BC5_Typeless | |
| BC5_UNorm | |
| BC6H_Sf16 | |
| BC6H_Typeless | |
| BC6H_Uf16 | |
| BC7_Typeless | |
| BC7_UNorm | |
| BC7_UNorm_sRGB | |
| D16_UNorm | |
| D24_UNorm_S8_UInt | |
| D32_Float | |
| D32_Float_S8X24_UInt | |
| G8R8_G8B8_UNorm | |
| MAX | |
| NV12 | |
| R1_UNorm | |
| R10G10B10_Xr_Bias_A2_UNorm | |
| R10G10B10A2_Typeless | |
| R10G10B10A2_UInt | |
| R10G10B10A2_UNorm | |
| R11G11B10_Float | |
| R16_Float | |
| R16_SInt | |
| R16_SNorm | |
| R16_Typeless | |
| R16_UInt | |
| R16_UNorm | |
| R16G16_Float | |
| R16G16_SInt | |
| R16G16_SNorm | |
| R16G16_Typeless | |
| R16G16_UInt | |
| R16G16_UNorm | |
| R16G16B16A16_Float | |
| R16G16B16A16_SInt | |
| R16G16B16A16_SNorm | |
| R16G16B16A16_Typeless | |
| R16G16B16A16_UInt | |
| R16G16B16A16_UNorm | |
| R24_UNorm_X8_Typeless | |
| R24G8_Typeless | |
| R32_Float | |
| R32_Float_X8X24_Typeless | |
| R32_SInt | |
| R32_Typeless | |
| R32_UInt | |
| R32G32_Float | |
| R32G32_SInt | |
| R32G32_Typeless | |
| R32G32_UInt | |
| R32G32B32_Float | |
| R32G32B32_SInt | |
| R32G32B32_Typeless | |
| R32G32B32_UInt | |
| R32G32B32A32_Float | |
| R32G32B32A32_SInt | |
| R32G32B32A32_Typeless | |
| R32G32B32A32_UInt | |
| R32G8X24_Typeless | |
| R8_SInt | |
| R8_SNorm | |
| R8_Typeless | |
| R8_UInt | |
| R8_UNorm | |
| R8G8_B8G8_UNorm | |
| R8G8_SInt | |
| R8G8_SNorm | |
| R8G8_Typeless | |
| R8G8_UInt | |
| R8G8_UNorm | |
| R8G8B8A8_SInt | |
| R8G8B8A8_SNorm | |
| R8G8B8A8_Typeless | |
| R8G8B8A8_UInt | |
| R8G8B8A8_UNorm | |
| R8G8B8A8_UNorm_sRGB | |
| R9G9B9E5_SharedExp | |
| Unknown | |
| X24_Typeless_G8_UInt | |
| X32_Typeless_G8X24_UInt | |
| YUY2 |