File size: 1,026 Bytes
f864a1e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "file_format_version": "1.0.0",
    "layer": {
        "name": "VK_LAYER_LUNARG_monitor",
        "type": "GLOBAL",
        "library_path": ".\\VkLayer_monitor.dll",
        "api_version": "1.4.341",
        "implementation_version": "1",
        "description": "Execution Monitoring Layer",
        "introduction": "The monitor utility layer displays the real-time frame rate in frames-per-second in the application's title bar.",
        "url": "https://vulkan.lunarg.com/doc/sdk/latest/windows/monitor_layer.html",
        "platforms": [ "WINDOWS", "LINUX" ],
        "instance_extensions": [
            {
                "name": "VK_EXT_layer_settings",
                "spec_version": "2"
            }
        ],
        "device_extensions": [
            {
                "name": "VK_EXT_tooling_info",
                "spec_version": "1",
                "entrypoints": [
                    "vkGetPhysicalDeviceToolPropertiesEXT"
                ]
            }
        ]
    }
}