Skip to content

Commit

Permalink
fix(waveforms): add missing precision specifier to repetions uniform …
Browse files Browse the repository at this point in the history
…of patternshader
  • Loading branch information
Swiftb0y committed Jan 21, 2024
1 parent 0047b7a commit 5831b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shaders/patternshader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ void main()

QString fragmentShaderCode = QStringLiteral(R"--(
uniform sampler2D texture;
uniform vec2 repetitions;
uniform highp vec2 repetitions;
varying highp vec2 vTexcoor;
void main()
{
Expand Down

0 comments on commit 5831b9d

Please sign in to comment.