When run Vulkan API to create and destroy VkPipelineLayout on RTX3070 and driver version 531.29. The memory will keep increase.
the code looks like:
while (true)
{
VkPipelineLayout vkPipelineLayout = VK_NULL_HANDLE;
vkCreatePipelineLayout(vk_device, &vk_pipline_layout_create_info, nullptr, &vkPipelineLayout);
vkDestroyPipelineLayout(vk_device, vkPipelineLayout, nullptr);
}
for detail information please check:
Try over at https://forums.developer.nvidia.com/c/ - Notifications | NVIDIA GeForce Forums