예제 #1
0
 protected OGLSurfaceData(OGLGraphicsConfig gc, ColorModel cm, int type) {
   super(getCustomSurfaceType(type), cm);
   this.graphicsConfig = gc;
   this.type = type;
   setBlitProxyKey(gc.getProxyKey());
 }