From: Robert B. <RB...@bl...> - 2008-08-23 23:56:05
|
I'll ask Mr. Leech what the plan is for getting those ready. -----Original Message----- From: gls...@li... on behalf of Jason McKesson Sent: Sat 8/23/2008 3:38 PM To: gls...@li... Subject: [Glsdk-devel] Update on extension loading 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? |