added renderpass manager

This commit is contained in:
2026-08-29 12:31:10 +03:00
parent eef7d2b046
commit ee9bffcca4
12 changed files with 319 additions and 106 deletions
+1
View File
@@ -336,6 +336,7 @@ void CKotUIBuffer::Draw( IImage *pImage )
pList->EndRecording();
m_pRenderContext->SubmitCommandList(pList);
m_pRenderContext->DestroyCommandList(pList);
m_pRenderContext->DestroyBuffer(pScreenBuffer);
}