Skip to content

Commit

Permalink
Merge pull request #12607 from Swiftb0y/fix/gh12600-angle-opengl-no-p…
Browse files Browse the repository at this point in the history
…recision

fix(waveforms): add missing precision specifier to repetions uniform of patternshader
  • Loading branch information
JoergAtGithub authored Jan 21, 2024
2 parents 5b1f477 + 329f2b3 commit 1483d43
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 1483d43

Please sign in to comment.