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

Method Framebuffer

framework/core/framebuffer.h:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 Framebuffer(vkb::core::DeviceC &device, const vkb::rendering::RenderTargetC &render_target, const RenderPass &render_pass);
45
46 Framebuffer(const Framebuffer &) = delete;
47
48 Framebuffer(Framebuffer &&other);
49

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected