Skip to content

use a smaller exponent for the shadow maps

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

It seems like Mesa may use a half float rep when it does not actually have float support. Or something similar. So reduce the range of possible values to fit within half float range.

Merge request reports