Sluggernot
Sluggernot

Reputation: 1

How do I get updated/extended functions with OpenGL in Windows?

The specific OpenGL function I am trying to call in my case is: glTexImage2DMultisamplehttps://www.khronos.org/registry/OpenGL-Refpages/gl4/html/glTexImage2DMultisample.xhtml

I have followed this tutorial: https://bobobobo.wordpress.com/2008/02/11/opengl-in-a-proper-windows-app-no-glut/

I understand making a Window, getting a handle, drawing in that window, etc. I have not had issues in the past with these function calls with GLEW/GLFW/GLUT etc. But I would like to remove these crutches.

The functions from the tutorial that are OpenGL specific are seen from the Windows 10 dev kit. The kit is far newer than the implementation of the wanted function and should be present, I think.

Upvotes: 0

Views: 68

Answers (0)

Related Questions