More pipelining

This commit is contained in:
2026-02-20 10:33:11 +00:00
parent e5085cb791
commit 958bf93546
4 changed files with 20 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
namespace cve {
struct PipelineConfigInfo {
VkPipelineInputAssemblyStateCreateInfo inputAssemblyInfo{};
};
class CvePipeline {
public: