The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

aux/vk: Add VK_ERROR_NOT_PERMITTED_EXT error code string

authored by

Christoph Haag and committed by
Jakob Bornecrantz
c676020b 82140ea8

+1
+1
src/xrt/auxiliary/vk/vk_helpers.c
··· 58 58 ENUM_TO_STR(VK_ERROR_VALIDATION_FAILED_EXT); 59 59 ENUM_TO_STR(VK_ERROR_INVALID_SHADER_NV); 60 60 ENUM_TO_STR(VK_ERROR_INVALID_EXTERNAL_HANDLE); 61 + ENUM_TO_STR(VK_ERROR_NOT_PERMITTED_EXT); 61 62 default: return "UNKNOWN RESULT"; 62 63 } 63 64 }