-
-
Notifications
You must be signed in to change notification settings - Fork 21.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move Vulkan includes to a central godot_vulkan.h
header
#97510
Conversation
4c720c3
to
14d6669
Compare
14d6669
to
a85d166
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, just left a minor nitpick.
Also fixes Vulkan build problem with recent Clang.
a85d166
to
146ba41
Compare
godot_vulkan.h
header
Thanks! |
Move Vulkan includes to a central `godot_vulkan.h` header
What is the best way for 4.3 users to use this as of today? scons fails to build on my Mac at the moment due to this error. 4.3 doesnt have an updated release, and 4.4 is not yet out. |
Ive just done a git pull for 4.3, with an up to date 4.3 checkout to my local up to date Mac, I am still encountering this problem. Perhaps I am missing something basic, but it looks to me like its not possible to build with scons on Mac any more? Are there plants to allow scons to be used on Mac with 4.3? It seems, as it stands, it's not possible to use scons on Mac with stable godot. Does anyone have a workaround for building on Mac for godot 4.3? |
I have manually applied this patch to my checkout of the 4.3 branch and I can confirm for people on 4.3, that this patch does allow building on MacOS 15.1 using Xcode 16.1. |
Cherry-picked for 4.3.1, 4.2.3, and 4.1.5. |
Also fixes Vulkan build problem with recent Clang.
Developed by Migeran, sponsored by Xibbon Inc.
Fixes #96918.