Added position as out variable from vertex shader.
Adding the position out form vertex shader makes us skip computation of position in the fragment shader based on gl_FragCoord.
parent
7b509e1d
Please register or sign in to comment
Bou !
Adding the position out form vertex shader makes us skip computation of position in the fragment shader based on gl_FragCoord.