mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-26 03:30:22 +01:00
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:
parent
a0d64f2770
commit
6a481d8170
1 changed files with 0 additions and 7 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue