|
| enum | Type { Color
, DepthStencil
} |
| |
| enum | Format : u32 { DF32_SU8 = 130
, R8G8B8A8_UNORM = 37
, B8G8R8A8_UNORM = 44
, R16G16B16A16_SFLOAT = 97
} |
| |
|
|
| Image (const Image &)=delete |
| |
|
| Image (Image &&)=default |
| |
|
bool | hasDepthAttachment () const |
| |
|
const Attachment & | getDepthAttachment () const |
| |
|
Attachment & | getDepthAttachment () |
| |
|
const auto & | getColorAttachments () const |
| |
|
auto & | getColorAttachments () |
| |
The documentation for this struct was generated from the following file:
- /home/runner/work/midnight-graphics/midnight-graphics/include/midnight/Graphics/Image.hpp