< prev index next >

src/java.desktop/share/classes/sun/java2d/opengl/OGLGraphicsConfig.java

Print this page

        

*** 32,42 **** /** * This interface collects the methods that are provided by both * GLXGraphicsConfig and WGLGraphicsConfig, making it easier to invoke these * methods directly from OGLSurfaceData. */ ! public interface OGLGraphicsConfig extends AccelGraphicsConfig, SurfaceManager.ProxiedGraphicsConfig { OGLContext getContext(); long getNativeConfigInfo(); boolean isCapPresent(int cap); --- 32,42 ---- /** * This interface collects the methods that are provided by both * GLXGraphicsConfig and WGLGraphicsConfig, making it easier to invoke these * methods directly from OGLSurfaceData. */ ! interface OGLGraphicsConfig extends AccelGraphicsConfig, SurfaceManager.ProxiedGraphicsConfig { OGLContext getContext(); long getNativeConfigInfo(); boolean isCapPresent(int cap);
< prev index next >