load vulkan queue function
This commit is contained in:
8
projects/apis/vulkan/loader/vulkan_queue_loader.c
Normal file
8
projects/apis/vulkan/loader/vulkan_queue_loader.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "vulkan_loader.h"
|
||||
#include "extensions/queues/vulkan_device_queues.h"
|
||||
|
||||
gnQueueExtFunctions loadVulkanQueueFunctions() {
|
||||
return (gnQueueExtFunctions) {
|
||||
._gnGetPhysicalDeviceQueueProperties = vulkanPhysicalDeviceQueueProperties
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user