You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: layers/VkLayer_khronos_validation.json.in
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
"prefix": "vvl",
6
6
"type": "GLOBAL",
7
7
"library_path": "@JSON_LIBRARY_PATH@",
8
-
"api_version": "1.4.341",
8
+
"api_version": "1.4.342",
9
9
"implementation_version": "1",
10
10
"description": "Khronos Validation Layer",
11
11
"introduction": "The main, comprehensive Khronos validation layer.\n\nVulkan is an Explicit API, enabling direct control over how GPUs actually work. By design, minimal error checking is done inside a Vulkan driver. Applications have full control and responsibility for correct operation. Any errors in how Vulkan is used can result in a crash. \n\nThe Khronos Validation Layer can be enabled to assist development by enabling developers to verify their applications correctly use the Vulkan API.",
0 commit comments