Describes the mip level properties. More...
#include <GraphicsAccessories.hpp>
Public Attributes | |
| Uint32 | LogicalWidth = 0 |
| Logical mip width. | |
| Uint32 | LogicalHeight = 0 |
| Logical mip height. | |
| Uint32 | StorageWidth = 0 |
| Storage mip width. | |
| Uint32 | StorageHeight = 0 |
| Storage mip height. | |
| Uint32 | Depth = 1 |
| Mip level depth. | |
| Uint64 | RowSize = 0 |
| Row size in bytes. | |
| Uint64 | DepthSliceSize = 0 |
| Depth slice size in bytes. | |
| Uint64 | MipSize = 0 |
| Total mip level data size in bytes. | |
Describes the mip level properties.
| Uint32 Diligent::MipLevelProperties::Depth = 1 |
Mip level depth.
| Uint64 Diligent::MipLevelProperties::RowSize = 0 |
Row size in bytes.
| Uint32 Diligent::MipLevelProperties::StorageHeight = 0 |
Storage mip height.
| Uint32 Diligent::MipLevelProperties::StorageWidth = 0 |
Storage mip width.