-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Updated Premake and Vulkan to latest beta versions #666
base: master
Are you sure you want to change the base?
Conversation
Upgraded Premake to version 5.0.0-beta2 and Vulkan SDK to version 1.3.275.0 ensuring compatibility with the latest features and improvements in both tools. These updates address potential stability and performance issues while offering access to more recent enhancements. This commit along with the updated versions was tested thoroughly.
Upgraded Premake to 5.0.0-beta3 and Vulkan SDK to 1.3.296.0 to leverage the latest features and improvements in build configuration and graphics development. This update ensures compatibility with recent advancements and stability enhancements, contributing to a more efficient and robust development environment.
Upgraded Premake to 5.0.0-beta3 and Vulkan SDK to 1.3.296.0 Upgraded the scripts to leverage the latest features and improvements in build configuration and graphics development. This update ensures compatibility with recent advancements and stability enhancements, contributing to a more efficient and robust development environment. Tested for full functionality with success. |
@ViktorPopp please test 7fa8f2c and merge these changes as I was about to initiate a pr for this! thanks! |
This seems to take a while. So let me help out by quoting Vulkan's philosophy of backwards compatibility concisely:
Premake5: premake/premake-core#933 |
thank you for the clarification kind sir, I am new to complex projects so I appreciate the time you took to explain this. |
Upgraded Premake to version 5.0.0-beta2 and Vulkan SDK to version 1.3.275.0 ensuring compatibility with the latest features and improvements in both tools. These updates address potential stability and performance issues while offering access to more recent enhancements.
This commit along with the updated versions was tested thoroughly.