Graphics
Intel® graphics drivers and software, compatibility, troubleshooting, performance, and optimization
22362 Discussions

Visual studio problem with opengl

shadowlux
Beginner
2,781 Views

Hi, my school want to use opengl 4.5 for our school work but I am currently having this issue with driver doesn't support opengl 4.5 in visual studio.opengl.pngvisual_studio.png

0 Kudos
2 Replies
DeividA_Intel
Employee
2,754 Views

Hello shadowlux,  

  


Thank you for posting on the Intel® communities. I am sorry you are having issues with the OpenGL version.


In this case, OpenGL*, OpenCL*, and Vulkan* drivers must be installed separately, and are only distributed with the game or application that requires it. This means that the driver for the graphics adapter will not change the supported API version.


The App developer will choose with API and its version will be supported or compatible with their application or game. I recommend you to check with teh app publisher if a necessary API isn’t included or won’t install with the app software.


You can check the API supported by the Intel graphics.



Please keep in mind that this thread will no longer be monitored by Intel.  


Regards,  

Deivid A.  

Intel Customer Support Technician  


0 Kudos
Stefan3D
Honored Contributor II
2,735 Views

So, did all GL rendering tests in OpenGL Extensions Viewer read "Result=OK"?

 

Check the first line of your program's vertex and fragment shaders for

#version 450

 

 

0 Kudos
Reply