ADD: CSM base code
This commit is contained in:
@@ -7,7 +7,7 @@ struct DescriptorLayoutBuilder
|
||||
{
|
||||
std::vector<VkDescriptorSetLayoutBinding> bindings;
|
||||
|
||||
void add_binding(uint32_t binding, VkDescriptorType type);
|
||||
void add_binding(uint32_t binding, VkDescriptorType type, uint32_t count = 1);
|
||||
|
||||
void clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user