diff options
Diffstat (limited to 'src/vulkan/wsi/wsi_common_private.h')
-rw-r--r-- | src/vulkan/wsi/wsi_common_private.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/vulkan/wsi/wsi_common_private.h b/src/vulkan/wsi/wsi_common_private.h index ff8ca2a4b20..28abf6c232e 100644 --- a/src/vulkan/wsi/wsi_common_private.h +++ b/src/vulkan/wsi/wsi_common_private.h @@ -64,11 +64,4 @@ void wsi_destroy_image(const struct wsi_swapchain *chain, struct wsi_image *image); -VkResult -wsi_prime_image_blit_to_linear(const struct wsi_swapchain *chain, - struct wsi_image *image, - VkQueue queue, - uint32_t waitSemaphoreCount, - const VkSemaphore *pWaitSemaphores); - #endif /* WSI_COMMON_PRIVATE_H */ |