mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
lavapipe: drop apiVersion from instance
this isn't used Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39255>
This commit is contained in:
parent
9a6c57b5c7
commit
e21d1bcea7
2 changed files with 0 additions and 4 deletions
|
|
@ -1495,8 +1495,6 @@ VKAPI_ATTR VkResult VKAPI_CALL lvp_CreateInstance(
|
|||
return vk_error(NULL, result);
|
||||
}
|
||||
|
||||
instance->apiVersion = LVP_API_VERSION;
|
||||
|
||||
instance->vk.physical_devices.enumerate = lvp_enumerate_physical_devices;
|
||||
instance->vk.physical_devices.destroy = lvp_destroy_physical_device;
|
||||
|
||||
|
|
|
|||
|
|
@ -168,8 +168,6 @@ struct lvp_physical_device {
|
|||
struct lvp_instance {
|
||||
struct vk_instance vk;
|
||||
|
||||
uint32_t apiVersion;
|
||||
|
||||
uint64_t debug_flags;
|
||||
|
||||
struct pipe_loader_device *devs;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue