I have Visual Studio Community installed on my pc and it comes with both gl.h
and glu.h
.
It does not include glew.h
or any other library for OpenGL.
Is it possible to use the two headers above without getting other headers (I know this may not be very practical)?
I could not find any tutorials that did not include glew.h
(or other headers that needed installing).