isWarmedUp
Flag indicating if the collection is completely warmed up.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public bool isWarmedUp { get; }
Remarks
When a collection is "warmed up", all the GPU representations of the shader variants and graphics states in the collection will have been created. This is the case when GraphicsStateCollection.completedWarmupCount is equal to GraphicsStateCollection.totalGraphicsStateCount.
Additional Resources: GraphicsStateCollection.WarmUp, GraphicsStateCollection.completedWarmupCount.