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

This describes the sampler flags. More...

#include <Sampler.h>

Classes

struct  Bits
 

Public Types

enum  Enum : StorageType {
  None = 0U , Subsampled = XII_BIT(0) , SubsampledCoarseReconstruction = XII_BIT(1) , ENUM_COUNT = 3U ,
  Default = None
}
 
using StorageType = xiiUInt8
 

Detailed Description

This describes the sampler flags.

Member Enumeration Documentation

◆ Enum

enum xiiGALSamplerFlags::Enum : StorageType
Enumerator
None 

No sampler flags.

Subsampled 

Specifies that the sampler will read from a subsampled texture created with the miscellaneous texture subsampled flag.

SubsampledCoarseReconstruction 

Specifies that the GPU is allowed to use fast approximation when reconstructing full-resolution value from the subsampled texture accessed by the sampler.


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