-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Modified graphics pipeline so that it can now be created with dynamic rendering * Use KHR types to fix build issues with Vulkan 1.2 * Added begin and end rendering commands * Fix bugs in begin_dynamic_rendering() * Apply suggestions from code review Changing local variables naming to lowerCamelCase Co-authored-by: Johannes Unterguggenberger <[email protected]> * Add fixes to issues raised in pr review: - removed dynamic_rendering_attachment - added declare_dynamic(_for) functions to avk::attachment which create dynamic rendering attachments - changed graphics_pipeline_t::renderpass_pointer() back to renderpass_reference() which now returns a reference wrapper * PR proposed fixes (mostly cosmetic) + inital draft of MSAA support (needs to be discussed further) * Modified dynamic rendering attachments to take in subpass_usages and modified the dynamic functionality to conform to these usages * Added View mask to begin dynamic rendering parameters * Trying to fix GitHub workflows * Trying to fix GitHub workflows * Using Invoke-WebRequest instead of curl * Reverted the last change * I have no idea what I'm doing * Moving two vulkan-hpp includes a bit down, namely: #include <vulkan/vulkan_enums.hpp> #include <vulkan/vulkan_structs.hpp> * Testing ["latest", "1.3.216.0", "1.2.198.1"] also in windows-latest * Using vk::ImageLayout::eDepthStencilAttachmentOptimal instead of vk::ImageLayout::eAttachmentOptimal * Disable VMA=ON on Linux with 1.2 SDK --------- Co-authored-by: MatejSakmary <[email protected]>
- Loading branch information
1 parent
a260d0b
commit 2e437e0
Showing
9 changed files
with
523 additions
and
74 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.