Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


enableShadingRate

Make this render texture usable as a shading rate image.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public bool enableShadingRate { get; set; }

Remarks

When
true
, the render texture can be used as a shading rate image.
Additional Resources: RenderTexture.enableShadingRate.