Framebuffer creation

This commit is contained in:
Robin Voetter
2020-07-04 16:58:10 +02:00
parent e217cbab77
commit fab23126e9
2 changed files with 43 additions and 2 deletions

View File

@@ -63,6 +63,8 @@ const DeviceDispatch = struct {
vkDestroyRenderPass: vk.PfnDestroyRenderPass,
vkCreateGraphicsPipelines: vk.PfnCreateGraphicsPipelines,
vkDestroyPipeline: vk.PfnDestroyPipeline,
vkCreateFramebuffer: vk.PfnCreateFramebuffer,
vkDestroyFramebuffer: vk.PfnDestroyFramebuffer,
usingnamespace vk.DeviceWrapper(@This());
};