Fix u32 compile error on clang-cl

This commit is contained in:
Megamouse 2025-06-26 20:02:08 +02:00
parent bfd2adab5e
commit c7c206ecdc

View file

@ -6,7 +6,7 @@ namespace vk
{ {
struct fence; struct fence;
enum // callback commands enum rctrl_command : u32 // callback commands
{ {
rctrl_queue_submit = 0x80000000, rctrl_queue_submit = 0x80000000,
rctrl_run_gc = 0x80000001, rctrl_run_gc = 0x80000001,