Skip to content

Commit

Permalink
Update post_process.frag
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolix29 committed Dec 24, 2024
1 parent 02416ee commit 71556bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/video_core/host_shaders/post_process.frag
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

#version 450

layout(location = 0) in vec2 uv;
layout(location = 0) out vec4 color;
layout (location = 0) in vec2 uv;
layout (location = 0) out vec4 color;

layout(binding = 0) uniform sampler2D texSampler;
layout (binding = 0) uniform sampler2D texSampler;

layout(push_constant) uniform settings {
float gamma;
Expand Down

0 comments on commit 71556bc

Please sign in to comment.