{
    "file_format_version": "1.0.0",
    "layer": {
        "name": "VK_LAYER_LUNARG_monitor",
        "type": "GLOBAL",
        "library_path": "@RELATIVE_LAYER_BINARY@",
        "api_version": "@VK_VERSION@",
        "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" ],
        "device_extensions": [
            {
                "name": "VK_EXT_tooling_info",
                "spec_version": "1",
                "entrypoints": [
                    "vkGetPhysicalDeviceToolPropertiesEXT"
                ]
            }
        ]
    }
}
