optimized MaterialRenderList, removed last_vil(pipeline already include vil), don't create assign_buffer if material don't include assign

This commit is contained in:
2023-10-12 02:24:58 +08:00
parent 255c7859f1
commit 317635877b
8 changed files with 46 additions and 70 deletions

View File

@@ -69,6 +69,7 @@ public:
}
const bool hasSet (const DescriptorSetType &type)const;
const bool hasAssign ()const;
const VIL * GetDefaultVIL()const;
VIL * CreateVIL(const VILConfig *format_map=nullptr);