| 502 | }; |
| 503 | |
| 504 | inline void processEvents(const WGPUInstance &instance) { |
| 505 | #ifdef __EMSCRIPTEN__ |
| 506 | emscripten_sleep(0); |
| 507 | #else |
| 508 | wgpuInstanceProcessEvents(instance); |
| 509 | #endif |
| 510 | } |
| 511 | |
| 512 | /** |
| 513 | * @brief Represents a GPU context, aggregates WebGPU API handles to interact |
no outgoing calls
no test coverage detected