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