| enum class | CeresEngine::Format {
CeresEngine::Undefined
, CeresEngine::R8UNorm
, CeresEngine::R8SNorm
, CeresEngine::R8UInt
,
CeresEngine::R8SInt
, CeresEngine::R16UNorm
, CeresEngine::R16SNorm
, CeresEngine::R16UInt
,
CeresEngine::R16SInt
, CeresEngine::R16Float
, CeresEngine::R32UInt
, CeresEngine::R32SInt
,
CeresEngine::R32Float
, CeresEngine::RG8UNorm
, CeresEngine::RG8SNorm
, CeresEngine::RG8UInt
,
CeresEngine::RG8SInt
, CeresEngine::RG16UNorm
, CeresEngine::RG16SNorm
, CeresEngine::RG16UInt
,
CeresEngine::RG16SInt
, CeresEngine::RG16Float
, CeresEngine::RG32UInt
, CeresEngine::RG32SInt
,
CeresEngine::RG32Float
, CeresEngine::RGB8UNorm
, CeresEngine::RGB8SNorm
, CeresEngine::RGB8UInt
,
CeresEngine::RGB8SInt
, CeresEngine::RGB16UNorm
, CeresEngine::RGB16SNorm
, CeresEngine::RGB16UInt
,
CeresEngine::RGB16SInt
, CeresEngine::RGB16Float
, CeresEngine::RGB32UInt
, CeresEngine::RGB32SInt
,
CeresEngine::RGB32Float
, CeresEngine::RGBA8UNorm
, CeresEngine::RGBA8SNorm
, CeresEngine::RGBA8UInt
,
CeresEngine::RGBA8SInt
, CeresEngine::RGBA16UNorm
, CeresEngine::RGBA16SNorm
, CeresEngine::RGBA16UInt
,
CeresEngine::RGBA16SInt
, CeresEngine::RGBA16Float
, CeresEngine::RGBA32UInt
, CeresEngine::RGBA32SInt
,
CeresEngine::RGBA32Float
, CeresEngine::R64Float
, CeresEngine::RG64Float
, CeresEngine::RGB64Float
,
CeresEngine::RGBA64Float
, CeresEngine::BGRA8UNorm
, CeresEngine::BGRA8SNorm
, CeresEngine::BGRA8UInt
,
CeresEngine::BGRA8SInt
, CeresEngine::BGRA8sRGB
, CeresEngine::D16UNorm
, CeresEngine::D24UNormS8UInt
,
CeresEngine::D32Float
, CeresEngine::D32FloatS8X24UInt
, CeresEngine::BC1RGB
, CeresEngine::BC1RGBA
,
CeresEngine::BC2RGBA
, CeresEngine::BC3RGBA
} |