Skip to content

Commit

Permalink
Bug 1794292: apply code formatting via Lando
Browse files Browse the repository at this point in the history
# ignore-this-changeset
  • Loading branch information
Otto Länd committed Mar 30, 2023
1 parent 1c0c9b9 commit b14169b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dom/canvas/WebGLShaderValidator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ static ShCompileOptions ChooseValidatorCompileOptions(
options.initGLPointSize = true;

if (gl->Vendor() == gl::GLVendor::Intel) {
// Work around that Intel drivers on Mac OSX handle for-loop incorrectly.
// Work around that Intel drivers on Mac OSX handle for-loop
// incorrectly.
options.addAndTrueToLoopCondition = true;

options.rewriteTexelFetchOffsetToTexelFetch = true;
Expand Down

0 comments on commit b14169b

Please sign in to comment.