Specification for creating a TextureCube resource. More...
#include <TextureCube.h>
Public Member Functions | |
| constexpr auto | operator<=> (const TextureCubeSpecification &) const =default |
Public Attributes | |
| u32 | Width = 1 |
| Face width in pixels (all faces must be square and equal). | |
| u32 | Height = 1 |
| Face height in pixels. | |
| ImageFormat | Format = ImageFormat::RGBA8 |
| u8 | Mips = 1 |
Specification for creating a TextureCube resource.
|
constexprdefault |
| ImageFormat Raven::TextureCubeSpecification::Format = ImageFormat::RGBA8 |
| u32 Raven::TextureCubeSpecification::Height = 1 |
Face height in pixels.
| u8 Raven::TextureCubeSpecification::Mips = 1 |
| u32 Raven::TextureCubeSpecification::Width = 1 |
Face width in pixels (all faces must be square and equal).