mirror of
https://github.com/PancakeTAS/lsfg-vk.git
synced 2025-10-30 07:01:10 +00:00
18 lines
491 B
JSON
18 lines
491 B
JSON
{
|
|
"file_format_version": "1.0.0",
|
|
"layer": {
|
|
"name": "VK_LAYER_LS_frame_generation",
|
|
"type": "GLOBAL",
|
|
"api_version": "1.4.313",
|
|
"library_path": "liblsfg-vk.so",
|
|
"implementation_version": "1",
|
|
"description": "Lossless Scaling frame generation layer",
|
|
"functions": {
|
|
"vkGetInstanceProcAddr": "layer_vkGetInstanceProcAddr",
|
|
"vkGetDeviceProcAddr": "layer_vkGetDeviceProcAddr"
|
|
},
|
|
"disable_environment": {
|
|
"DISABLE_LSFG": "1"
|
|
}
|
|
}
|
|
}
|