File size: 1,086 Bytes
f724cf3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_ML_Graph_Emulation",
        "type": "INSTANCE",
        "library_path": ".\\VkLayer_Graph.dll",
        "api_version": "1.3.0",
        "implementation_version": "1",
        "description": "ML Graph Emulation Layer",
        "functions": {
            "vkGetInstanceProcAddr": "graphGetInstanceProcAddr",
            "vkGetDeviceProcAddr": "graphGetDeviceProcAddr"
        },
        "device_extensions": [
            {
                "name": "VK_ARM_data_graph",
                "spec_version": "1",
                "entrypoints": [
                    "vkGetPhysicalDeviceGraphInstructionSetsARM",
                    "vkCreateGraphPipelinesARM",
                    "vkCreateGraphPipelineSessionARM",
                    "vkGetGraphPipelineSessionMemoryRequirementsARM",
                    "vkBindGraphPipelineSessionMemoryARM",
                    "vkDestroyGraphPipelineSessionARM",
                    "vkCmdDispatchGraphARM"
                ]
            }]
    }
}