Home | History | Annotate | Download | only in vulkan

Lines Matching defs:createFramebuffer

1222 Move<vk::VkFramebuffer> createFramebuffer (Context& context, vk::VkRenderPass renderPass, vk::VkImageView colorAttView, int width, int height)
1237 return vk::createFramebuffer(context.getDeviceInterface(), context.getDevice(), &framebufferParams);
1409 , m_framebuffer (createFramebuffer(context, *m_renderPass, *m_rtView, RENDER_WIDTH, RENDER_HEIGHT))