Ejemplo n.º 1
0
 private static extern void WarmupShaderFromCollection_Injected(ShaderVariantCollection collection, Shader shader, ref ShaderWarmupSetup setup);
Ejemplo n.º 2
0
 private static extern void WarmupShader_Injected(Shader shader, ref ShaderWarmupSetup setup);
Ejemplo n.º 3
0
 public static void WarmupShaderFromCollection(ShaderVariantCollection collection, Shader shader, ShaderWarmupSetup setup)
 {
     ShaderWarmup.WarmupShaderFromCollection_Injected(collection, shader, ref setup);
 }
Ejemplo n.º 4
0
 public static void WarmupShader(Shader shader, ShaderWarmupSetup setup)
 {
     ShaderWarmup.WarmupShader_Injected(shader, ref setup);
 }
Ejemplo n.º 5
0
 static public extern void WarmupShaderFromCollection(ShaderVariantCollection collection, Shader shader, ShaderWarmupSetup setup);
Ejemplo n.º 6
0
 static public extern void WarmupShader(Shader shader, ShaderWarmupSetup setup);