Skip to content

fix an issue with creating contexts on win32

Ken Martin requested to merge ken-martin/vtk:fix_win32_context_creation into master

Thanks for George Kyriazis for finding this and helping to track it down. The temp context created to bootstrap OpenGL extension loading was demanding features we do not need. Update the code to only initialize glew as that is all we need from that temp context.

Merge request reports