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.
Loading
Please register or sign in to comment
Adding the position out form vertex shader makes us skip computation of position in the fragment shader based on gl_FragCoord.