mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
radv: add missing core errors in vk_errorf()
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:
parent
1f2a890ace
commit
43cf967512
1 changed files with 4 additions and 0 deletions
|
|
@ -84,7 +84,11 @@ __vk_errorf(VkResult error, const char *file, int line, const char *format, ...)
|
|||
ERROR_CASE(VK_ERROR_MEMORY_MAP_FAILED)
|
||||
ERROR_CASE(VK_ERROR_LAYER_NOT_PRESENT)
|
||||
ERROR_CASE(VK_ERROR_EXTENSION_NOT_PRESENT)
|
||||
ERROR_CASE(VK_ERROR_FEATURE_NOT_PRESENT)
|
||||
ERROR_CASE(VK_ERROR_INCOMPATIBLE_DRIVER)
|
||||
ERROR_CASE(VK_ERROR_TOO_MANY_OBJECTS)
|
||||
ERROR_CASE(VK_ERROR_FORMAT_NOT_SUPPORTED)
|
||||
ERROR_CASE(VK_ERROR_FRAGMENTED_POOL)
|
||||
|
||||
/* Extension errors */
|
||||
ERROR_CASE(VK_ERROR_OUT_OF_DATE_KHR)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue