Skip to content
Snippets Groups Projects
Commit 52db68e9 authored by Thomas Galland's avatar Thomas Galland
Browse files

Fix pop up layout with tone mapping crash

Fix crash when popping out a layout with tone mapping enabled.

When popping out the layout, the render window releases its ressources,
and the shader cache is deleted. Any used FXAA filter should also releases
there internal ressources.

It wasn't done by the FXAA pass used by tone mapping, leaving the vtkOpenGLQuadHelper
used by vtkOpenGLFXAAFilter in a dirty state, leading to a crash du to invalid pointer
(this->Program).
parent 8a7d5133
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment