|
|
static TextureDesc | Plain1D (uint32 width, unsigned nativePixelFormat, uint8 mipCount=1, uint16 arrayCount=0) |
| |
|
static TextureDesc | Plain2D (uint32 width, uint32 height, unsigned nativePixelFormat, uint8 mipCount=1, uint16 arrayCount=0, const TextureSamples &samples=TextureSamples::Create()) |
| |
|
static TextureDesc | Plain3D (uint32 width, uint32 height, uint32 depth, unsigned nativePixelFormat, uint8 mipCount=1) |
| |
|
static TextureDesc | Empty () |
| |
|
|
uint32 | _width |
| |
|
uint32 | _height |
| |
|
uint32 | _depth |
| |
|
unsigned | _nativePixelFormat |
| |
|
Dimensionality::Enum | _dimensionality |
| |
|
uint8 | _mipCount |
| |
|
uint16 | _arrayCount |
| |
|
TextureSamples | _samples |
| |
The documentation for this struct was generated from the following file: