Removed unneeded function call
Somehow removing this call fixed the crashing when Vulkan header was removed
This commit is contained in:
parent
882278a258
commit
73441c9780
|
|
@ -4,9 +4,6 @@
|
|||
#include <string.h>
|
||||
|
||||
int is_extension_supported(vk_handle_t* rh, VkPhysicalDevice device, char* extension) {
|
||||
VkPhysicalDeviceProperties properties;
|
||||
(*rh->vkGetPhysicalDeviceProperties)(device, &properties);
|
||||
|
||||
uint32_t extensionCount;
|
||||
(*rh->vkEnumerateDeviceExtensionProperties)(device, NULL, &extensionCount, NULL);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue