vulkan: fix wrong attachment load op

This commit is contained in:
niki
2023-02-12 00:54:03 +01:00
parent 2fc5a8afe0
commit 6183f67598
2 changed files with 30 additions and 18 deletions
+1
View File
@@ -351,6 +351,7 @@ private:
VkFramebuffer getFramebuffer(FramebufferConfiguration &configuration);
void createDefaultShaders();
VkRenderPass createRenderPass(RenderPassConfiguration &configuration);
VkRenderPass getRenderPass(RenderPassConfiguration& configuration);
VkPipeline createGraphicsPipeline(GraphicsPipelineConfiguration &configuration);
void createColorResources();
VkFormat findSupportedFormat(const std::vector<VkFormat> &candidates, VkImageTiling tiling, VkFormatFeatureFlags features);