Commit b284a8b
authored
fix: make backfacing shadeop indicate backfacing shader-global is needed (#1827)
The backfacing shadeop now directly accesses the backfacing field
on the shader globals rather than calculating it from N and I.
This updates the shader-globals-needed query to reflect that
change.
Signed-off-by: Stephen Friedman <sfriedma@pixar.com>1 parent ba775bf commit b284a8b
File tree
2 files changed
+2
-3
lines changed- src/liboslexec
- testsuite/globals-needed/ref
2 files changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3348 | 3348 | | |
3349 | 3349 | | |
3350 | 3350 | | |
3351 | | - | |
3352 | | - | |
| 3351 | + | |
3353 | 3352 | | |
3354 | 3353 | | |
3355 | 3354 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
0 commit comments