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

Method HPPFramebuffer

framework/core/hpp_framebuffer.h:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43{
44 public:
45 HPPFramebuffer(vkb::core::DeviceCpp &device, const vkb::rendering::RenderTargetCpp &render_target, const vkb::core::HPPRenderPass &render_pass) :
46 vkb::Framebuffer(reinterpret_cast<vkb::core::DeviceC &>(device),
47 reinterpret_cast<vkb::rendering::RenderTargetC const &>(render_target),
48 reinterpret_cast<vkb::RenderPass const &>(render_pass))
49 {}
50
51 const vk::Extent2D &get_extent() const
52 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected