clean up descriptor set layout

submit_rewrite
cosmonaut 2020-12-29 17:33:56 -08:00 committed by thatcosmonaut
parent 5bddb9faab
commit c6418cfdf3
1 changed files with 6 additions and 0 deletions

View File

@ -3345,6 +3345,12 @@ static void VULKAN_DestroyDevice(
NULL
);
renderer->vkDestroyDescriptorSetLayout(
renderer->logicalDevice,
renderer->emptyComputeBufferDescriptorSetLayout,
NULL
);
renderer->vkDestroyDescriptorSetLayout(
renderer->logicalDevice,
renderer->vertexParamLayout,