Version: 2019.4
Experimental: this API is experimental and might be changed or removed in the future.

ShaderWarmup.WarmupShaderFromCollection

マニュアルに切り替える
public static void WarmupShaderFromCollection (ShaderVariantCollection collection, Shader shader, Experimental.Rendering.ShaderWarmupSetup setup);

説明

Prepares one shader with given rendering setup and variants saved in collection.

Calling this function will perform dummy one-invisible-triangle rendering with all variants referenced in collection and given rendering setup. See Also: ShaderVariantCollection.WarmUp.