removed duplicates of gl and vk folders
This commit is contained in:
parent
1070d03815
commit
34b6e19896
14 changed files with 2 additions and 6179 deletions
|
|
@ -45,6 +45,8 @@ void vk_device_init(struct renderer_context *context)
|
|||
};
|
||||
|
||||
if (vkCreateDevice(context->physical_device, &device_create_info, NULL, &context->device) != VK_SUCCESS) {
|
||||
vector_deinit(physical_device_extensions);
|
||||
vector_deinit(device_extensions);
|
||||
fatal("Can't create Vulkan device.\n");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue