vulkan: Remove gsk_vulkan_image_new_from_data()
authorBenjamin Otte <otte@redhat.com>
Wed, 14 Jun 2023 01:26:04 +0000 (03:26 +0200)
committerBenjamin Otte <otte@redhat.com>
Wed, 14 Jun 2023 01:34:07 +0000 (03:34 +0200)
commit7f26f5a160bef828f27486f76e21fc07f247ee00
tree5b058da298b538dd72b1198c131a7d6ae3739e73
parent6a009b7182c013840a24f1b007488af665717153
vulkan: Remove gsk_vulkan_image_new_from_data()

This is unused now that all the code uses map/unmap.

The only thing that map/unmap doesn't do that the old code did, was use
a staging image instead as alternative to a staging buffer for image
uploads.

However, that code is not necessary for anything, so I'm sure we can do
without.
gsk/vulkan/gskvulkanimage.c
gsk/vulkan/gskvulkanimageprivate.h