Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


WarmUpProgressively(int)

Prewarms the given number of shader variants in this shader variant collection.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public bool WarmUpProgressively(int variantCount)

Parameters

variantCount

The maximum number of variants to warm up.

Returns

Type

Description

boolTrue if all variants in this shader variant collection have been warmed up, false otherwise.

Remarks

For information on shader loading and prewarming, including a list of different prewarming techniques, see Shader loading.
Warning: This method is fully supported on DX11 and OpenGL. On DX12, Vulkan, and Metal, the graphics driver might still perform work if the vertex layout or the render target setup is different from the data used to prewarm it. This can result in wasted work and GPU memory, and leave visible stalls in your application. ShaderWarmup is supported on all graphics APIs.