mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-29 04:10:53 +02:00
anv: Remove unused variable.
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
parent
35c3cbad3c
commit
6d9849d63e
1 changed files with 0 additions and 2 deletions
|
|
@ -741,8 +741,6 @@ void anv_GetPhysicalDeviceFeatures2KHR(
|
|||
}
|
||||
|
||||
case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_16BIT_STORAGE_FEATURES_KHR: {
|
||||
ANV_FROM_HANDLE(anv_physical_device, pdevice, physicalDevice);
|
||||
|
||||
VkPhysicalDevice16BitStorageFeaturesKHR *features =
|
||||
(VkPhysicalDevice16BitStorageFeaturesKHR *)ext;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue