Version: Unity 6.1 Alpha (6000.1)
LanguageEnglish
  • C#

RenderTexture.enableShadingRate

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Switch to Manual
public bool enableShadingRate;

Description

Make this render texture usable as a shading rate image.

When enabled, this render texture can be used as a shading rate image. This is only supported on certain platforms and graphics APIs. It's essential to note that Unity currently does not offer complete support for variable rate shading, and the associated property is reserved for future use.

Additional resources: SystemInfo.supportsVariableRateShading.