Loading...
Searching...
No Matches
Go to the source code of this file.
|
| enum class | Hubris::Graphics::ImageLayout {
Hubris::Graphics::UNDEFINED
, Hubris::Graphics::COLOR_ATTACHMENT
, Hubris::Graphics::DEPTH_STENCIL_ATTACHMENT
, Hubris::Graphics::SHADER_READ_ONLY
,
Hubris::Graphics::TRANSFER_SRC
, Hubris::Graphics::TRANSFER_DST
} |
| |
| enum class | Hubris::Graphics::ImageMemoryType { Hubris::Graphics::GPU_LOCAL
, Hubris::Graphics::CPU_VISIBLE
, Hubris::Graphics::CPU_TO_GPU
} |
| |
| enum class | Hubris::Graphics::Swizzle : unsigned char { Hubris::Graphics::X
, Hubris::Graphics::Y
, Hubris::Graphics::Z
, Hubris::Graphics::W
} |
| |