Commit 9e79384
csmartdalton
fix(renderer): Update dead macro names (#12933) 09c54e8737
DISABLE_CLIP_RECT_FOR_VULKAN_MSAA was renamed to
DISABLE_CLIP_DISTANCE_FOR_UBERSHADERS in #11040 (generalized from
Vulkan-only to all MSAA ubershaders), which moved the #ifndef check
sites to the new name. However, three #define sites were still on the
old name.
- draw_msaa_stencil.main
- clear_clockwise_atomic_clip.main
- init_clockwise_atomic_workaround.frag
The latter two were added in #12120, five months after the rename,
copy-pasting the already-dead define, so they had never once taken
effect.1 parent edcb4f5 commit 9e79384
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments