aboutsummaryrefslogtreecommitdiff
path: root/low_latency_layer.json
blob: 96ab52ae61a60148f1d8e18e72529082c1d5ef45 (plain)
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_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"
        },
        "device_extensions": [
            {
                "name": "VK_AMD_anti_lag",
                "spec_version": "1",
                "entrypoints": [
                    "vkAntiLagUpdateAMD"
                ]
            }
        ]
    }
}