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

Method ~Framebuffer

framework/core/framebuffer.cpp:71–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71Framebuffer::~Framebuffer()
72{
73 if (handle != VK_NULL_HANDLE)
74 {
75 vkDestroyFramebuffer(device.get_handle(), handle, nullptr);
76 }
77}
78} // namespace vkb

Callers

nothing calls this directly

Calls 1

get_handleMethod · 0.45

Tested by

no test coverage detected