I'm trying to learn OpenGL. There was a question about its installation. As I found out, in Windows 7 there is an integrated OpenGL library. I found in my folder C:\Program Files (x86)\Windows Kits\8.1\Include\um\gl two files; GL.h and GLU.h Created a Visual C ++ console project, connected them there, initialized the window using GLUT. I drew a cube, played with forms, painted it.
Everything is working. Then I want to try to work with shaders. And here is the question: Why are there no shader functions in this embedded OpenGL? Where can I find them? When checking versions using glGetString(GL_VERSION) returns: "OpenGL version: 4.5.0 NVIDIA 355.82".