Creating Vulkan framebufffers

This commit is contained in:
2021-08-12 19:51:47 -07:00
parent 12e476dc81
commit 3fff761bca
6 changed files with 50 additions and 1 deletions

View File

@@ -763,3 +763,8 @@ bool KRPipeline::bind(KRCamera &camera, const KRViewport &viewport, const Matrix
const char *KRPipeline::getKey() const {
return m_szKey;
}
VkRenderPass& KRPipeline::GetRenderPass()
{
return m_renderPass;
}