| { | |
| "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" | |
| ] | |
| }] | |
| } | |
| } | |