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:
committed by
Marge Bot
parent
a0d64f2770
commit
6a481d8170
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user