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

Method ~Pipeline

framework/core/pipeline.cpp:39–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39Pipeline::~Pipeline()
40{
41 // Destroy pipeline
42 if (handle != VK_NULL_HANDLE)
43 {
44 vkDestroyPipeline(device.get_handle(), handle, nullptr);
45 }
46}
47
48VkPipeline Pipeline::get_handle() const
49{

Callers

nothing calls this directly

Calls 1

get_handleMethod · 0.45

Tested by

no test coverage detected