Skip to content

Commit 360b77c

Browse files
committed
Rename FlagBits enums using MixKhronosData instead of through INameTrimmer
This also prepares the Rewriter class for a few other changes.
1 parent 407acae commit 360b77c

24 files changed

+127
-155
lines changed

.silktouch/ce8a69a66cd3bd3f.stout

0 Bytes
Binary file not shown.

sources/SilkTouch/SilkTouch/Mods/MixKhronosData.cs

Lines changed: 124 additions & 152 deletions
Large diffs are not rendered by default.

sources/Vulkan/Vulkan/Vulkan/AcquireProfilingLockFlagsKHR.gen.cs renamed to sources/Vulkan/Vulkan/Vulkan/VkAcquireProfilingLockFlagBitsKHR.gen.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ public enum AcquireProfilingLockFlagsKHR : uint
2121
"VK_KHR_performance_query+VK_VERSION_1_1",
2222
]
2323
)]
24-
MaxEnumKHR = 0x7FFFFFFF,
24+
FlagBitsMaxEnumKHR = 0x7FFFFFFF,
2525
}

0 commit comments

Comments
 (0)