Skip to content

Commit

Permalink
Fixed shader error.
Browse files Browse the repository at this point in the history
  • Loading branch information
gan74 committed Nov 23, 2023
1 parent fac0cd0 commit 2eaafb0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions TP/shaders/tonemap.frag
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@

layout(location = 0) out vec4 out_color;

layout(location = 0) in vec3 in_normal;
layout(location = 1) in vec2 in_uv;
layout(location = 2) in vec3 in_color;
layout(location = 3) in vec3 in_position;
layout(location = 4) in vec3 in_tangent;
layout(location = 5) in vec3 in_bitangent;
layout(location = 0) in vec2 in_uv;

layout(binding = 0) uniform sampler2D in_hdr;

Expand Down

0 comments on commit 2eaafb0

Please sign in to comment.