XII Release 0.1.0
Loading...
Searching...
No Matches
xiiGALTextureViewFlags Struct Reference

This describes the texture view flags. More...

#include <TextureView.h>

Classes

struct  Bits
 

Public Types

enum  Enum : StorageType { None = 0U , AllowMipGeneration = XII_BIT(0) , ENUM_COUNT = 2U , Default = None }
 
using StorageType = xiiUInt8
 

Detailed Description

This describes the texture view flags.

Member Enumeration Documentation

◆ Enum

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.


The documentation for this struct was generated from the following file: