Combination of a shading rate and supported multi-sampling mode. More...
#include <GraphicsTypes.h>
Public Member Functions | |
| constexpr bool | operator== (const ShadingRateMode &RHS) const |
| Comparison operator tests if two structures are equivalent. | |
Public Attributes | |
| SHADING_RATE | Rate = SHADING_RATE_1X1 |
| Supported shading rate. | |
| SAMPLE_COUNT | SampleBits = SAMPLE_COUNT_NONE |
| A combination of supported sample counts. | |
Combination of a shading rate and supported multi-sampling mode.
|
inlineconstexpr |
Comparison operator tests if two structures are equivalent.
| [in] | RHS | - reference to the structure to perform comparison with |