Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/Vulkan-Samples
/ get_handle
Method
get_handle
framework/core/framebuffer.cpp:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
namespace vkb
24
{
25
VkFramebuffer Framebuffer::get_handle() const
26
{
27
return handle;
28
}
29
30
const VkExtent2D &Framebuffer::get_extent() const
31
{
Callers
2
Framebuffer
Method · 0.45
~Framebuffer
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected