davidsiaw / SDL2

Mirror of the official SDL2 repository
Other
20 stars 17 forks source link

smoothed out GLES so one can run without a context, without glew, wit… #3

Open hibengler opened 6 years ago

hibengler commented 6 years ago

…hout angle on most windows machines.

Here are the wrapper files. These are generated from the snobol stuff, and the original gl2.h file from khronos. One methoid uses #defineds to hide the contexts, the other method acts liek atriage dll . Either way, it saves haveing to add a context to all the code.

davidsiaw commented 6 years ago

Thank you for removing glew!

Can you please provide some more doc on how to run your generators to update the headers?

davidsiaw commented 5 years ago

Interestingly enough I started a new project and had to pull glew in again for opengl. When I get some free time I will look at your PRs again and see if I can make use of them to avoid glew