-
Enhancement
-
Resolution: Fixed
-
P4
-
5.0
-
b43
-
generic
-
solaris_9
Before we add support for the GL_EXT_framebuffer_object extension, we need a
cleaner way to get and query the capabilities of an OGL-enabled GraphicsConfig.
Right now there is a native OGLExtInfo structure that we can query, and then
there are separate Java and native-level methods that return booleans whether
the config is doublebuffered, for example. This is a bit of a mess, and it is
hard to add new capability checks because it requires adding new specific
query methods and fields.
###@###.### 2005-06-04 04:26:53 GMT
cleaner way to get and query the capabilities of an OGL-enabled GraphicsConfig.
Right now there is a native OGLExtInfo structure that we can query, and then
there are separate Java and native-level methods that return booleans whether
the config is doublebuffered, for example. This is a bit of a mess, and it is
hard to add new capability checks because it requires adding new specific
query methods and fields.
###@###.### 2005-06-04 04:26:53 GMT