예제 #1
0
 public GLSLTranslatorMix()
 {
     ShaderMapping = new GLSLMapping110();
     ShaderVisitor = new GLSLVisitorMix();
 }
예제 #2
0
 internal GLSLTranslator100()
 {
     ShaderMapping = new GLSLMapping110();
     ShaderVisitor = new GLSLVisitor100();
 }