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
Родитель 1c0c9b927f
Коммит b14169b6a2
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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;