The Rendering.ShadingRateTypeCaps enumeration represents the capabilities of the graphics hardware to support different shading rate types in Variable Rate Shading (VRS).
| None | Indicates that the hardware does not support Variable Rate Shading. |
| Pipeline | Supports shading rate specification directly through the graphics pipeline. |
| Primitive | Supports shading rate specification at the primitive level. |
| Attachment | Supports shading rate specification through an additional shading rate attachment. |