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