OpenTechEngine / OpenTechBFG

Engine based on (RB) Doom 3 BFG aiming to allow the creation of standalone games
Other
85 stars 11 forks source link

Initial update to glew 2.0.0 #128

Closed damiel closed 7 years ago

damiel commented 8 years ago

This updates the bundled glew version to 2.0.0. One of the biggest benefits of this is that we now can have proper opengl core context support which is especially important for users on linux using mesa drivers. Please note that its important to turn on sdl2, set r_useOpenGL32 to 2, and ensure that you recompile the entire engine if you wanna play around with a proper core context as sdl1.2 doesnt support creating a core context(and makes cegui blow up because of that).