mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
lavapipe: drop device pointer from pipeline cache
This is unused Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38198>
This commit is contained in:
parent
5875d6cf93
commit
7aef746de6
2 changed files with 0 additions and 2 deletions
|
|
@ -47,7 +47,6 @@ VKAPI_ATTR VkResult VKAPI_CALL lvp_CreatePipelineCache(
|
|||
else
|
||||
cache->alloc = device->vk.alloc;
|
||||
|
||||
cache->device = device;
|
||||
*pPipelineCache = lvp_pipeline_cache_to_handle(cache);
|
||||
|
||||
return VK_SUCCESS;
|
||||
|
|
|
|||
|
|
@ -197,7 +197,6 @@ lvp_queue_device(const struct lvp_queue *queue)
|
|||
|
||||
struct lvp_pipeline_cache {
|
||||
struct vk_object_base base;
|
||||
struct lvp_device *device;
|
||||
VkAllocationCallbacks alloc;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue