The open source OpenXR runtime
at main 19 lines 325 B view raw
1{ 2 "$schema": "../proto.schema.json", 3 4 "instance_get_shm_fd": { 5 "out_handles": {"type": "xrt_shmem_handle_t"} 6 }, 7 8 "instance_describe_client": { 9 "in": [ 10 {"name": "desc", "type": "struct ipc_client_description"} 11 ] 12 }, 13 14 "instance_is_system_available": { 15 "out": [ 16 {"name": "available", "type": "bool"} 17 ] 18 } 19}