| 789 | LOG(kDefLog, kInfo, "Requesting adapter"); |
| 790 | { |
| 791 | struct AdapterData { |
| 792 | WGPUAdapter adapter = nullptr; |
| 793 | bool requestEnded = false; |
| 794 | }; |
| 795 | AdapterData adapterData; |
| 796 | auto onAdapterRequestEnded = [](WGPURequestAdapterStatus status, |
| 797 | WGPUAdapter adapter, char const *message, |
nothing calls this directly
no outgoing calls
no test coverage detected