Schunk, Christoph
Schunk, Christoph
The problem lies in line 399 and 432 of generator.go (a check for VOID must be added). Maybe I'll fix this today, but there are still some other issues with...
Sorry, currently I don't have much time for this. This issue needs much more work. Also WGL (and GLX) binding generation is trickier than I first thought.
Hi, like in the C version you have to copy the data from myPixPtr to your mapped memory. A simple pointer assignment doesn’t work. I think the best way is...
Usually this shouldn't happen, because "make bindings" generates all needed packages from the specs. Maybe you have called "make install_bindings" before generating any gl packages?
I'll add it soon. Hopefully, before the end of this week.
Ok, it seems that Khronos is finally moving away from the old *.spec file format. That means no OpenGL 4.4 packages at the moment. But I plan to write a...
Hi bryanturley, that's funny ^^, because Gogl2 is currently under development and my xml parser is more or less done. I plan to create a new repository within the next...
I've tested your sample program with an AMD radeon and an nvidia graphics card (ubuntu 64+32 bit). It works without any problems. I don't know why it doesn't find the...