higher opengl support
x64 support?
I'll take a look into this. The GLDirect code should be able to be upgraded to x64 but the issue may be with any libs that GLDirect needs to link with (I would need x64 versions of them). Is there a specific game/app that requires an x64 version of GLDirect?
I would love to implement this but there are no immediate plans to do so due to the significant amount of time involved. If I get the chance I may do an initial appraisal but it's unlikely to be anytime soon. External funding would require four-figure sums and may not even yield a working driver on all titles. I'm guessing there's few people, if any, who would fund the work just to play a specific video game but if you know of any then send them my way! The primary issue is that OpenGL 2.0 requires...
Support OpenGL version 2.0 or higher.
Non-Fullscreen Support
Hi. Author of GLDirect here. I've had a look in the GLDirect log in Gho's post above. GLD: (INF) GetProcAddress: glFlushVertexArrayRangeNV (Failed): This and other GetProcAddress() calls ending in NV are Nvidia extensions, which vanilla GLDirect does not support. I do not know whether the app in question requires them or whether it gracefully falls back to another rendering path. The app may assume all NV extensions exist, even in AMD drivers. GLD: (INF) GetProcAddress: glCompileShaderARB (Failed):...
I'll look into it but there are no curent plans. It would be nice to know how many...