4
votes
Why does my machine render OpenGL using my onboard chipset instead of my graphics card?
For Windows and GLFW - You can compile glfw library by yourself and add to cmake GLFW_USE_HYBRID_HPG option.
More info here - Compiling GLFW
3
votes
Accepted
Game not responding on different computer with Intel graphics
After I gave my rendering code another look, I noticed that I was using glCreateVertexArrays and glCreateBuffers instead of glGenVertexArrays and glGenVertexBuffers.
While they do the same thing, ...
Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
intel × 9c++ × 3
opengl × 3
nvidia × 3
directx × 2
directx11 × 2
c# × 1
android × 1
ios × 1
optimization × 1
sdl2 × 1
visual-studio × 1
frame-rate × 1
glfw × 1
antialiasing × 1
compute-shader × 1
aspect-ratio × 1
profiling × 1
window-management × 1
glew × 1
simd × 1
amd × 1