Added changes to the main branch#63
Merged
Merged
Conversation
…uffers Fixed the Core Layer CMakeLists.txt error where I linked to the wrong…
Changed glfw to get it from the github repo with tag 3.4
Removed comments and streamlined the CMake workflow for multiple platforms. Added installation steps for Ninja on macOS and Windows.
Updated CMake workflow to improve caching and build efficiency.
This reverts commit 3db5e25.
Added additional dependencies for Linux builds in CI.
Added a badge for CMake multi-platform build status.
Add CMake build status badge to README
… in the Swapchain.cpp file returned vk::Result but were ignored. Changed the method of make_debug_messengers to not take a message in. The debugCallback function accidently had VkDebugUtilsMessageSeverityFlagsBitsEXT twice changed one to be the type flags instead. Simplied both the destroy_debug_messenger and the make_debug_messenger to mainly use the C++ style constructor and just c++ style code
…imulator into WhiteWhale52-patch-1 Hopefully this is the last time I get an error
…not part of the core Vulkan library, I am using DispatchLoaderStatic but the functions like vkCreateDebugUtilsMessengerEXT and vkDestroyDebugUtilsMessengerEXT and vkSetDebugUtilsObjectNameEXT are not part of the static Vulkan lib. I manually added them using function pointers and casts
…'t match in the .h and .cpp files
…'t match in the .h and .cpp files
…'t match in the .h and .cpp files
… and in VulkanInit.cpp
Add multi-platform CMake workflow
Add GitHub Actions workflow for Linux builds
Add Windows build workflow with caching
This workflow builds a project on macOS using CMake and Ninja, with support for Vulkan SDK.
Add macOS build workflow with CMake and Vulkan SDK
Comment out the entire CMake workflow configuration.
Comment out CMake multi-platform workflow
Rename Windows-Builds-Optimized to Windows-Builds-Optimized.yml
Rename Linux-Build to Linux-Build.yml
Rename MacOS-Build-Optimized to MacOS-Build-Optimized.yml
Rename cmake-multi-platform.yml to cmake-multi-platform
Updated build status badges in README.md to reflect current CI workflows.
Replace old build badges with new ones
Rename workflow to 'MacOS Build Optimized'
Added MacOS build badge to README for CI visibility.
Add MacOS build badge to README
Updated the Linux build workflow to remove the 'cl' compiler and added caching for CMake dependencies and APT packages.
Refactor Linux build workflow and add caching
Update MacOS-Build-Optimized.yml
WhiteWhale52
merged commit Jun 22, 2026
af8e3c9
into
Creating-RenderPasses-FrameBuffers
1 check passed
WhiteWhale52
added a commit
that referenced
this pull request
Jun 22, 2026
…uffers Merge pull request #63 from WhiteWhale52/main
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Moving stuff to another branch