Version: 2022.3
言語: 日本語
public bool WarmUpProgressively (int variantCount);

パラメーター

variantCount The maximum number of variants to warm up.

戻り値

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

説明

Prewarms the given number of shader variants in this shader variant collection.

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.

See Also: ShaderWarmup, Shader.WarmupAllShaders, Shader loading