Get everything to work

This commit is contained in:
Greg Wells
2025-06-25 20:23:59 -04:00
parent 7ff6d7e744
commit 751b1f828b
9 changed files with 22 additions and 15 deletions

View File

@@ -76,7 +76,7 @@ gnReturnCode createInstance(gnInstanceHandle instance, gnInstanceInfo instanceIn
};
#ifdef GN_PLATFORM_MACOS
createInfo.createFlags |= VK_INSTANCE_CREATE_ENUMERATE_PORTABILITY_BIT_KHR;
createInfo.flags |= VK_INSTANCE_CREATE_ENUMERATE_PORTABILITY_BIT_KHR;
#endif
if (instanceInfo.debugger != NULL) {