Skip to content
Snippets Groups Projects

Draft: Integration test for smcv's pending branches

Open Simon McVittie requested to merge wip/smcv/staging into main
Compare and
36 files
+ 1603
1236
Compare changes
  • Side-by-side
  • Inline
Files
36
+ 4
0
@@ -134,6 +134,10 @@ get_vk_error_string (VkResult error_code)
#endif
#if VK_HEADER_VERSION >= 274
STR(ERROR_INVALID_VIDEO_STD_PARAMETERS_KHR);
#endif
#if VK_HEADER_VERSION >= 296
STR(ERROR_NOT_ENOUGH_SPACE_KHR);
STR(PIPELINE_BINARY_MISSING_KHR);
#endif
STR(RESULT_MAX_ENUM);
#undef STR
Loading