Ejemplo n.º 1
0
 CommandBuffer CreateShadowCmd(GraphicsDirectionalLight light, int pass)
 {
     return(null);
 }
Ejemplo n.º 2
0
 private void OnEnable()
 {
     _lightingShader = Shader.Find("Deferred/StandardLighting");
     I = this;
 }