MCPcopy 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

23namespace vkb
24{
25VkFramebuffer Framebuffer::get_handle() const
26{
27 return handle;
28}
29
30const VkExtent2D &Framebuffer::get_extent() const
31{

Callers 2

FramebufferMethod · 0.45
~FramebufferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected