Redo of render paths
This commit is contained in:
@@ -72,6 +72,13 @@ void PipelineLayout::create()
|
||||
layoutHash = memCrc32(&createInfo, sizeof(VkPipelineLayoutCreateInfo), 0);
|
||||
}
|
||||
|
||||
void PipelineLayout::reset()
|
||||
{
|
||||
vkDestroyPipelineLayout(graphics->getDevice(), layoutHandle, nullptr);
|
||||
descriptorSetLayouts.clear();
|
||||
pushConstants.clear();
|
||||
}
|
||||
|
||||
DescriptorSet::~DescriptorSet()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user