Version: 2021.2
언어: 한국어
Experimental: this API is experimental and might be changed or removed in the future.

ShaderWarmup.WarmupShader

매뉴얼로 전환
public static void WarmupShader (Shader shader, Experimental.Rendering.ShaderWarmupSetup setup);

설명

Prewarms all shader variants for a given Shader, using a given rendering configuration.

For information on shader loading and prewarming, including a list of different prewarming techniques, see Shader loading.

On modern graphics APIs, such as DX12, Metal, and Vulkan, the graphics driver uses the vertex data layout when it creates shader progams. This method allows you to specify the vertex data layout, and therefore correctly prewarm shader variants for these graphics APIs.

See Also: ShaderWarmup.WarmupShaderFromCollection, Shader.WarmupAllShaders, ShaderVariantCollection.WarmUp