Finished command buffers

This commit is contained in:
2026-02-20 11:58:57 +00:00
parent 12572c8775
commit 32ac2cd853
3 changed files with 53 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ namespace cve {
CvePipeline(const CvePipeline&) = delete;
void operator=(const CvePipeline&) = delete;
void bind(VkCommandBuffer commandBuffer);
static PipelineConfigInfo defaultPipelineConfigInfo(uint32_t width, uint32_t height);
private: