zink: remove unused function-pointers

We also forgot to remove these when we stoped using them, more stuff to
delete, yeah!

Fixes: 5574868103 ("zink: use the dispatch tables")
Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Reviewed-by: Hoe Hao Cheng <haochengho12907@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11554>
This commit is contained in:
Erik Faye-Lund 2021-06-23 10:08:03 +02:00
parent efa863990a
commit e979ecbd45
1 changed files with 0 additions and 2 deletions

View File

@ -165,8 +165,6 @@ struct zink_screen {
uint32_t buffer_view;
} null_descriptor_hashes;
PFN_vkGetPhysicalDeviceMultisamplePropertiesEXT vk_GetPhysicalDeviceMultisamplePropertiesEXT;
PFN_vkCmdSetSampleLocationsEXT vk_CmdSetSampleLocationsEXT;
VkExtent2D maxSampleLocationGridSize[5];
};