Skip to content
Permalink
Browse files
Merge pull request #6218 from Armada651/uber-interpolation
UberShaderPixel: Fix the interpolation qualifier for interface blocks.
  • Loading branch information
CrossVR committed Nov 26, 2017
2 parents 73a67aa + 7dd2079 commit 7e24b09
Showing 1 changed file with 1 addition and 1 deletion.
@@ -89,7 +89,7 @@ ShaderCode GenPixelShader(APIType ApiType, const ShaderHostConfig& host_config,
{
out.Write("VARYING_LOCATION(0) in VertexData {\n");
GenerateVSOutputMembers(out, ApiType, numTexgen, per_pixel_lighting,
GetInterpolationQualifier(msaa, ssaa));
GetInterpolationQualifier(msaa, ssaa, true, true));

if (stereo)
out.Write(" flat int layer;\n");

0 comments on commit 7e24b09

Please sign in to comment.