sebavan 5 years ago
parent
commit
998308ad38
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Shaders/ShadersInclude/pbrBlockReflectivity.fx

+ 0 - 1
src/Shaders/ShadersInclude/pbrBlockReflectivity.fx

@@ -97,7 +97,6 @@ void reflectivityBlock(
             surfaceReflectivityColor = mix(0.16 * reflectance * reflectance, baseColor, metallicRoughness.r);
         #else
             vec3 metallicF0 = metallicReflectanceFactors.rgb;
-            float metallicF90 = metallicReflectanceFactors.a;
 
             #if DEBUGMODE > 0
                 outParams.metallicF0 = metallicF0;