Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


isWarmedUp

Flag indicating if the collection is completely warmed up.
Read time 1 minuteLast updated 10 days ago

Definition

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.