nvk: Drop image_view_init

It's unused.  Drop for now.  If we want it for meta later, we can add it
then.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
Faith Ekstrand 2023-01-30 20:11:48 -06:00 committed by Marge Bot
parent a0d64f2770
commit 6a481d8170

View file

@ -3,13 +3,6 @@
#include "nvk_device.h"
#include "nvk_image.h"
static VkResult nvk_image_view_init(struct nvk_device *device,
struct nvk_image_view *view,
const VkImageViewCreateInfo *pCreateInfo)
{
return VK_SUCCESS;
}
VKAPI_ATTR VkResult VKAPI_CALL nvk_CreateImageView(VkDevice _device,
const VkImageViewCreateInfo *pCreateInfo,
const VkAllocationCallbacks *pAllocator,