Skip to content

Add ReleaseCurrent() method to vtkWindow and subclasses

On some systems when doing multithreaded rendering we need to release the context from one thread before using on another thread. Adding ReleaseCurrent to handle this case. On platforms where there is a way to release the current context without destroying it, it does so.

Edited by Ken Martin

Merge request reports