Skip to content

Commit 9e79384

Browse files
author
csmartdalton
committed
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

File tree

.rive_head

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6c71d9da2120cadb9f78c6e72091e7898f075b4b
1+
09c54e8737317a5976777a4aea9afb65a44b4c60

0 commit comments

Comments
 (0)