Skip to content

Commit

Permalink
Update init.c
Browse files Browse the repository at this point in the history
  • Loading branch information
recp committed Oct 10, 2023
1 parent cbda69c commit f3ae053
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/backend/vk/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ backend_vk(void) {
if (!vk.initialized) {
vk_initInstance(&vk.instance);
vk_initDevice(&vk.device);
vk_initSurface(&vk.surface);

// vk_initCmdQue(&vk.cmdque);
// vk_initSwapChain(&vk.swapchain);
// vk_initFrame(&vk.frame);
Expand Down

0 comments on commit f3ae053

Please sign in to comment.