nvk: Add stub implementations of VkImage and VkImageView
authorFaith Ekstrand <faith.ekstrand@collabora.com>
Tue, 31 Jan 2023 02:11:46 +0000 (20:11 -0600)
committerMarge Bot <emma+marge@anholt.net>
Fri, 4 Aug 2023 21:31:52 +0000 (21:31 +0000)
commit32b7d178fda5e6e3e4bf14e74b0163103d056d88
tree44e58e1551d03dfb2ae1df64c5e93ce3ffee5440
parentc5775c7ed6508008a74e091859c1cac27323b1a9
nvk: Add stub implementations of VkImage and VkImageView

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
src/nouveau/vulkan/meson.build
src/nouveau/vulkan/nvk_image.c [new file with mode: 0644]
src/nouveau/vulkan/nvk_image.h [new file with mode: 0644]
src/nouveau/vulkan/nvk_image_view.c [new file with mode: 0644]
src/nouveau/vulkan/nvk_image_view.h [new file with mode: 0644]