![]() |
XII Release 0.1.0
|
This describes the texture view flags. More...
#include <TextureView.h>
Classes | |
| struct | Bits |
Public Types | |
| enum | Enum : StorageType { None = 0U , AllowMipGeneration = XII_BIT(0) , Default = None } |
| using | StorageType = xiiUInt8 |
This describes the texture view flags.
| enum xiiGALTextureViewFlags::Enum : StorageType |
| Enumerator | |
|---|---|
| None | No texture view flags. |
| AllowMipGeneration | Allow automatic mipmap generation for this view. This flag is only allowed for xiiGALTextureViewType::ShaderResource view type. The texture must be created with the xiiGALMiscTextureFlags::GenerateMips flag. |