Commit b05f0b3
authored
Fix sRGB exponent in Metal rendering (#2846)
This tiny change should 'fix' the sRGB encoding used on the metal backend.
I noticed this while using the MaterialXViewer in a CI setup when generating images where no single pixel matched against reference values (not even the background color :D)1 parent 1cd6459 commit b05f0b3
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
0 commit comments