mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 13:20:10 +01:00
radv: fix vk_error in radv_update_preambles()
This needs to be a vk object, otherwise it asserts or crashes. Cc: mesa-stable Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37179>
This commit is contained in:
parent
44541e84e9
commit
57deff5658
1 changed files with 1 additions and 1 deletions
|
|
@ -1298,7 +1298,7 @@ fail:
|
|||
radv_bo_destroy(device, NULL, gds_oa_bo);
|
||||
}
|
||||
|
||||
return vk_error(queue, result);
|
||||
return vk_error(device, result);
|
||||
}
|
||||
|
||||
static VkResult
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue