mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
nvk: Re-format nvk_image_view.h a bit
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
parent
9cd1753a29
commit
da3e5c13c3
1 changed files with 2 additions and 1 deletions
|
|
@ -12,6 +12,7 @@ struct nvk_image_view {
|
|||
uint32_t desc_index;
|
||||
};
|
||||
|
||||
VK_DEFINE_HANDLE_CASTS(nvk_image_view, vk.base, VkImageView, VK_OBJECT_TYPE_IMAGE_VIEW)
|
||||
VK_DEFINE_HANDLE_CASTS(nvk_image_view, vk.base, VkImageView,
|
||||
VK_OBJECT_TYPE_IMAGE_VIEW)
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue