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