Implement KRRenderGraph::getFinalRenderPass()

This commit is contained in:
2025-04-08 23:45:12 -07:00
parent 3928e247eb
commit 51d6038187
5 changed files with 18 additions and 1 deletions

View File

@@ -86,6 +86,7 @@ public:
void end(VkCommandBuffer& commandBuffer);
RenderPassType getType() const;
bool isFinal() const;
// private:
VkRenderPass m_renderPass;