portable-devtools / vulkan /Bin /VkLayer_monitor.json
codekingpro's picture
Add files using upload-large-folder tool
f864a1e verified
Raw
History Blame Contribute Delete
1.03 kB
{
"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"
]
}
]
}
}