radv: Switch to the common VK_EXT_debug_report
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8676>
This commit is contained in:

committed by
Marge Bot

parent
3f2341767b
commit
19d7cf0457
@@ -113,7 +113,7 @@ __vk_errorv(struct radv_instance *instance, const void *object,
|
||||
}
|
||||
|
||||
if (instance) {
|
||||
vk_debug_report(&instance->debug_report_callbacks,
|
||||
vk_debug_report(&instance->vk.debug_report,
|
||||
VK_DEBUG_REPORT_ERROR_BIT_EXT, type,
|
||||
(uint64_t)(uintptr_t) object, line, 0, "radv",
|
||||
report);
|
||||
|
Reference in New Issue
Block a user