completedWarmupCount
The number of shader variant state permutations that have been warmed up.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public int completedWarmupCount { get; }
Remarks
When a graphics state for a shader variant is "warmed up", the associated GPU representation has been created.
Additional Resources: GraphicsStateCollection.isWarmedUp, GraphicsStateCollection.WarmUp.