mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
Bug 1794292: apply code formatting via Lando
# ignore-this-changeset
This commit is contained in:
parent
1c0c9b927f
commit
b14169b6a2
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user