MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / ~DescriptorSetLayout

Method ~DescriptorSetLayout

framework/core/descriptor_set_layout.cpp:207–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207DescriptorSetLayout::~DescriptorSetLayout()
208{
209 // Destroy descriptor set layout
210 if (handle != VK_NULL_HANDLE)
211 {
212 vkDestroyDescriptorSetLayout(device.get_handle(), handle, nullptr);
213 }
214}
215
216VkDescriptorSetLayout DescriptorSetLayout::get_handle() const
217{

Callers

nothing calls this directly

Calls 1

get_handleMethod · 0.45

Tested by

no test coverage detected