-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathVkLayer_lavatube.json
40 lines (40 loc) · 1.15 KB
/
VkLayer_lavatube.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"file_format_version": "1.1.2",
"layer": {
"description": "ARM Layer used for generating portable vulkan API traces",
"library_path": "./libVkLayer_lavatube.so",
"implementation_version": "1",
"type": "GLOBAL",
"api_version": "1.3.214",
"platforms": [ "LINUX", "ANDROID" ],
"instance_extensions": [
{
"name": "VK_EXT_debug_report",
"spec_version": "6"
},
{
"name": "VK_EXT_debug_utils",
"spec_version": "1"
}
],
"device_extensions": [
{
"name": "VK_EXT_debug_marker",
"spec_version": "4",
"entrypoints": [ "vkDebugMarkerSetObjectTagEXT", "vkDebugMarkerSetObjectNameEXT", "vkCmdDebugMarkerBeginEXT", "vkCmdDebugMarkerEndEXT", "vkCmdDebugMarkerInsertEXT" ]
},
{
"name": "VK_EXT_tooling_info",
"spec_version": "1",
"entrypoints": [ "vkGetPhysicalDeviceToolPropertiesEXT" ]
}
],
"enable_environment": {
"ENABLE_LAVATUBE": "1"
},
"disable_environment": {
"DISABLE_LAVATUBE": "1"
},
"name": "VK_LAYER_ARM_lavatube"
}
}