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.

What is the minimal OpenGL version of the API required to compile VTK5.0?

API OpenGL version vtk5.0
0
10 Posted

What is the minimal OpenGL version of the API required to compile VTK5.0?

0
10

The gl.h file provided by your compiler/system/SDK has to define at least the OpenGL 1.1 API. (Note: the functions and macros defined in higher OpenGL API versions or in other OpenGL extensions are provided by glext.h, glxext.h and wglext.h. Those 3 files are official files taken from http://opengl.org/registry/ and already part of the VTK source tree).

Related Questions

What is your question?

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

Experts123