Skip to content

if msaa cannot find a working context disable it win32

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

The old code would reduce the number of samples requested but never disable it. This topic makes it so that after reducing the number, if will if needed try disabling MSAA altogether.

Merge request reports