summarylogtreecommitdiffstats
path: root/layer.json
blob: 7f011def004ef18680c3a6cc85b922d18dc7c953 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "file_format_version" : "1.0.0",
    "api_layer": {
        "name": "XR_APILAYER_SORENON_compat_layer",
        "library_path": "/usr/lib/libXr_sorenon.so",
        "api_version" : "1.0",
        "implementation_version" : "1",
        "description" : "Provides OpenGL over Vulkan",
        "instance_extensions": [
            {
                "name": "XR_KHR_opengl_enable",
                "extension_version": "10"
            }
        ],
        "disable_environment": "DISABLE_SORENON_OPENXR_LAYER"
    }
}