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 6 days ago

Definition

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

Remarks

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.