コード例 #1
0
 public static void WarmupShaderFromCollection(ShaderVariantCollection collection, Shader shader, ShaderWarmupSetup setup)
 {
     ShaderWarmup.WarmupShaderFromCollection_Injected(collection, shader, ref setup);
 }
コード例 #2
0
 public static void WarmupShader(Shader shader, ShaderWarmupSetup setup)
 {
     ShaderWarmup.WarmupShader_Injected(shader, ref setup);
 }