Quantcast
Channel: GameDev.net
Viewing all articles
Browse latest Browse all 17625

Load Custom OpenGl version at runtime

$
0
0

I am currently using Glad in my game engine. It works pretty well in my new laptop with GTX1050 in it. but when I try to run my game engine in my old laptop with Intel HD graphics 3000(really old); I should regenerate Glad with lower version. otherwise , the window goes to “not responding” mode and closes after a few seconds.

Is there any way to load OpenGL at run-time instead of generating Glad files for different versions?

What about Glew? Dose it load latest supported version by hardware?

 

Both laptops are 64bit

 IDE and compiler : VisualSudio 2019 …


Viewing all articles
Browse latest Browse all 17625

Trending Articles