From: Jason M. <ko...@gm...> - 2008-08-23 22:37:52
|
I've looked a bit closer at the .spec files from the ARB, and there is a problem. Not an entirely insurmountable one, but non-trivial. The .spec files that deal with enumerations are quite complete. The problem is that the .spec files for /functions/ are not. They do not have the GL 3.0-specific entrypoints, and they don't even have the new core ARB extensions. What that means is that, to support a GL 3.0 context, we need to either wait for updated .spec files or collate a list of functions by hand (including vital extensions like WGL_ARB_context_create). Any ideas? |