Exemple #1
0
 private void  ChangeShaderGL3()
 {
     fShade = new BxGlShadeGL3_Face(fGLControl, fProgContainer, this);
     fWire  = null;
 }
Exemple #2
0
 private void  ChangeShaderVbo1_Wire()
 {
     fShade = null;
     fWire  = new BxGlShadeVbo1_Wire(fGLControl, fProgContainer, this);
 }