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

Method ~PipelineLayout

framework/core/pipeline_layout.cpp:136–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136PipelineLayout::~PipelineLayout()
137{
138 // Destroy pipeline layout
139 if (handle != VK_NULL_HANDLE)
140 {
141 vkDestroyPipelineLayout(device.get_handle(), handle, nullptr);
142 }
143}
144
145VkPipelineLayout PipelineLayout::get_handle() const
146{

Callers

nothing calls this directly

Calls 1

get_handleMethod · 0.45

Tested by

no test coverage detected