Bug 1794292: apply code formatting via Lando

# ignore-this-changeset
This commit is contained in:
Otto Länd 2023-03-30 22:44:59 +00:00
parent 1c0c9b927f
commit b14169b6a2

View File

@ -57,7 +57,8 @@ static ShCompileOptions ChooseValidatorCompileOptions(
options.initGLPointSize = true; options.initGLPointSize = true;
if (gl->Vendor() == gl::GLVendor::Intel) { 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.addAndTrueToLoopCondition = true;
options.rewriteTexelFetchOffsetToTexelFetch = true; options.rewriteTexelFetchOffsetToTexelFetch = true;