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

This describes the pipeline state shading rate flags. More...

#include <PipelineState.h>

Classes

struct  Bits
 

Public Types

enum  Enum : StorageType { None = 0U , PerPrimitive = XII_BIT(0) , TextureBased = XII_BIT(1) , Default = None }
 
using StorageType = xiiUInt8
 

Detailed Description

This describes the pipeline state shading rate flags.

Member Enumeration Documentation

◆ Enum

Enumerator
None 

Shader variable has no special properties.

PerPrimitive 

This indicates that the pipeline state will be used with per draw or per primitive shading rate.

TextureBased 

This indicates that the pipeline state will be used with texture-based shading rate.


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