| 400 | * Function info from the API |
| 401 | */ |
| 402 | export interface FunctionInfo { |
| 403 | name: string; |
| 404 | arg_types: Array<string>; |
| 405 | launch_param_tags: Array<string>; |
| 406 | } |
| 407 | |
| 408 | /** |
| 409 | * WebGPU context |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…