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