Skip to content

Initializing the object when SupportsOpenGL() is called.

Andrew Bauer requested to merge acbauer/vtk:EGL_initialize into master

If the EGL render window object is not initialized before calling SupportsOpenGL() is called that method incorrectly returns false.

Merge request reports