Fix u32 compile error on clang-cl
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user