1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| {
| "file_format_version": "1.1.1",
| "layer": {
| "name": "VK_LAYER_LUNARG_standard_validation",
| "type": "GLOBAL",
| "api_version": "@VK_VERSION@",
| "implementation_version": "1",
| "description": "LunarG Standard Validation",
| "component_layers": [
| "VK_LAYER_GOOGLE_threading",
| "VK_LAYER_LUNARG_parameter_validation",
| "VK_LAYER_LUNARG_object_tracker",
| "VK_LAYER_LUNARG_core_validation",
| "VK_LAYER_GOOGLE_unique_objects"
| ]
| }
| }
|
|