Function DirectionalLight.directionalShadowNormalBias

Can be used to fix special cases of self shadowing when objects are perpendicular to the light.

double directionalShadowNormalBias() nothrow @property @nogc;

void directionalShadowNormalBias (
  double v
) nothrow @property @nogc;