Skip to content

Commit

Permalink
#5909: Remove gl_FrontColor output from z-fill vertex program
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Mar 13, 2022
1 parent 509ed87 commit b7d604f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions install/gl/zfill_vp.glsl
Expand Up @@ -20,7 +20,4 @@ void main()
// Apply the stage texture transform to the incoming tex coord, component wise
var_TexDiffuse.x = dot(u_DiffuseTextureMatrix[0], attr_TexCoord);
var_TexDiffuse.y = dot(u_DiffuseTextureMatrix[1], attr_TexCoord);

// assign color
gl_FrontColor = gl_Color;
}

0 comments on commit b7d604f

Please sign in to comment.