예제 #1
0
 public virtual void attachShader(int program, int shader)
 {
     proxy.attachShader(program, shader);
 }