Skip to content

handle nan as a potential color in opengl

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

Some rendering (such as value pass) may set the clear color to nan. So modify the caching checks to handle nan clear colors.

Merge request reports