mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-30 02:39:17 -05:00
REVIEWED: Potential shader issues
This commit is contained in:
@ -23,5 +23,5 @@ void main()
|
||||
float depth = (2.0*zNear)/(zFar + zNear - z*(zFar - zNear));
|
||||
|
||||
// Calculate final fragment color
|
||||
finalColor = vec4(depth, depth, depth, 1.0f);
|
||||
finalColor = vec4(depth, depth, depth, 1.0);
|
||||
}
|
||||
Reference in New Issue
Block a user