aboutsummaryrefslogtreecommitdiff
path: root/low_latency_layer.json
blob: de04465325f6910f4805a7f84077f2e987c4d147 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "file_format_version": "1.0.0",
    "layer": {
        "name": "VK_LAYER_NJ3AHXAC_LowLatency",
        "type": "GLOBAL",
        "library_path": "./libVkLayer_NJ3AHXAC_LowLatency.so",
        "api_version": "1.3.0",
        "implementation_version": "1",
        "description": "Input latency reduction layer",
        "functions": {
            "vkGetInstanceProcAddr": "LowLatency_GetInstanceProcAddr",
            "vkGetDeviceProcAddr": "LowLatency_GetDeviceProcAddr"
        },
        "enable_environment": {
            "ENABLE_LOW_LATENCY_LAYER": "1"
        },
        "disable_environment": {
            "DISABLE_LOW_LATENCY_LAYER": "1"
        }
    }
}