Exemplo n.º 1
0
 public void SetupShader()
 {
     GlShader = new CLYTShader(this, new int[TexMaps.Length]);
     GlShader.Compile();
 }
Exemplo n.º 2
0
 public void SetupShader()
 {
     GlShader = new CLYTShader(this, new int[TexMaps.Length]);
     GlShader.Compile();
 }