blob: b4cc61580abcc4df9cad9a6863f6dbc6e7a8f6d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"file_format_version" : "1.0.0",
"layer" : {
"name": "VK_LAYER_LUNARG_object_tracker",
"type": "GLOBAL",
"library_path": "./libVkLayer_object_tracker.so",
"api_version": "1.0.5",
"implementation_version": "1",
"description": "LunarG Validation Layer",
"instance_extensions": [
{
"name": "VK_EXT_debug_report",
"spec_version": "2"
}
]
}
}
|