Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

wglGetProcAddress() gives me NULL-pointers for OpenGL 1.1 functions! What gives?

functions gives OpenGL
0
Posted

wglGetProcAddress() gives me NULL-pointers for OpenGL 1.1 functions! What gives?

0

These functions seem to be implemented in the OpenGL runtime. I don’t know the exact answer to this yet, but one could believe that those functions are not implemented by the ICD. As of now, you will have to statically link against the subset of OpenGL 1.1 functions that still exists in OpenGL, and use wglGetProcAddress on the later functionality.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123