Skip to content

Commit

Permalink
glsl template: fix iFrame datatype
Browse files Browse the repository at this point in the history
  • Loading branch information
TornaxO7 committed Dec 22, 2024
1 parent c0a1e9f commit 2e885ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shady-app/src/template.glsl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ layout(binding = 1) uniform vec2 iResolution;
// z: treble
layout(binding = 2) uniform vec3 iAudio;

layout(binding = 4) uniform double iFrame;
layout(binding = 4) uniform uint iFrame;

layout(location = 0) out vec4 fragColor;

Expand Down

0 comments on commit 2e885ab

Please # to comment.