OpenXRay / xray-16

Improved version of the X-Ray Engine, the game engine used in the world-famous S.T.A.L.K.E.R. game series by GSC Game World. Join OpenXRay! ;)
https://discord.gg/sjRMQwv
Other
2.9k stars 455 forks source link

Replace GLEW with GLAD #1684

Closed Xottab-DUTY closed 1 month ago

Xottab-DUTY commented 1 month ago

Benefits:

The generated glad.h includes all available extensions, including GL_ARB_separate_shader_objects, but excluding GL_EXT_separate_shader_objects due to a conflict. I decided that it would be best to not include it at this moment (if ever). Read more here: https://community.khronos.org/t/confused-gl-active-program-gl-current-program/65477.

Xottab-DUTY commented 1 month ago

@sobkas, @AMS21, please look at it! Does it work under Linux?

AMS21 commented 1 month ago

@sobkas, @AMS21, please look at it! Does it work under Linux?

Compiled with gcc 14.1.0 and seems to work fine on my machine :)