Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ShadingRateCombiner

Constants that specify the shading rate combiner.
Read time 1 minuteLast updated 6 days ago

Definition

public enum ShadingRateCombiner

Remarks

The various sources of shading rate are resolved using this model: C = A combiner B.

Fields

Value

Description

KeepC = A
MaxC = max(A, B)
MinC = min(A, B)
OverrideC = B