Print this page
Added gradle and cmake project

*** 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); --- 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);