mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 15:20:17 +01:00
vk/device.c: One more use of a casting function
This commit is contained in:
parent
8739e8fbe2
commit
b1de1d4f6e
1 changed files with 1 additions and 1 deletions
|
|
@ -3598,7 +3598,7 @@ anv_framebuffer_destroy(struct anv_device *device,
|
|||
|
||||
assert(obj_type == VK_OBJECT_TYPE_FRAMEBUFFER);
|
||||
|
||||
anv_DestroyObject((VkDevice) device,
|
||||
anv_DestroyObject(anv_device_to_handle(device),
|
||||
VK_OBJECT_TYPE_DYNAMIC_VP_STATE,
|
||||
fb->vp_state);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue