Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
Framebuffer::~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_handle
Method · 0.45
Tested by
no test coverage detected