Esempio n. 1
0
 protected ShaderOb create(GL2 gl) {
   ShaderOb r = new ShaderOb(gl, GL2.GL_FRAGMENT_SHADER);
   r.compile(this);
   return (r);
 }