added vulkan device and queues creation
This commit is contained in:
parent
89edee7249
commit
6c31a3ce27
20 changed files with 253 additions and 18 deletions
|
|
@ -36,6 +36,7 @@ int platform_run(i32 argc, u8 **argv)
|
|||
while (RGFW_window_checkEvent(win, &event));
|
||||
}
|
||||
|
||||
renderer_context_deinit(context);
|
||||
RGFW_window_close(win);
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue