finish removing the Queue API
This commit is contained in:
@@ -10,7 +10,7 @@ gnInstanceFunctions loadVulkanInstanceFunctions() {
|
||||
._gnDestroyInstance = destroyInstance,
|
||||
|
||||
._gnGetPhysicalDevices = getPhysicalDevices,
|
||||
._gnQueueCanPresentToSurface = queueCanPresentToSurface,
|
||||
._gnPhysicalDeviceCanPresentToSurface = deviceCanPresentToSurface,
|
||||
|
||||
._gnCreateOutputDevice = createOutputDevice,
|
||||
._gnDestroyOutputDevice = destroyOutputDevice,
|
||||
|
@@ -16,7 +16,7 @@ typedef struct gnPlatformPhysicalDevice_t {
|
||||
} gnPlatformPhysicalDevice;
|
||||
|
||||
gnPhysicalDevice* getPhysicalDevices(gnInstanceHandle instance, uint32_t* deviceCount);
|
||||
gnBool queueCanPresentToSurface(const gnPhysicalDevice device, uint32_t queueIndex, gnWindowSurfaceHandle windowSurface);
|
||||
gnBool deviceCanPresentToSurface(gnPhysicalDevice device, gnWindowSurface surface);
|
||||
|
||||
|
||||
gnMultisampleCountFlags vkSampleCountToGryphn(VkSampleCountFlags counts);
|
||||
|
Reference in New Issue
Block a user