Skip to content
Snippets Groups Projects
Unverified Commit 51b89fdd authored by Squall Leonhart's avatar Squall Leonhart Committed by GitHub
Browse files

update shader to confirmed format copy

parent a17cde7b
No related branches found
No related tags found
No related merge requests found
......@@ -10,5 +10,5 @@ layout(location = 0) out vec4 color;
void main() {
ivec2 coord = ivec2(gl_FragCoord.xy);
float depth = textureLod(depth_tex, coord, 0).r;
color = vec4(depth, depth*depth, sqrt(depth), 1.0); // Convert depth to color
color = vec4(depth, depth, depth, 1.0);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment