| 353 | // promise to be set. |
| 354 | spdlog::info("Submit the command buffer and launching the kernel"); |
| 355 | struct CallbackData { |
| 356 | WGPUBuffer buffer; |
| 357 | size_t bufferSize; |
| 358 | float *output; |
| 359 | std::promise<void> *promise; |
| 360 | }; |
| 361 | { |
| 362 | |
| 363 | // Submit the command buffer |
nothing calls this directly
no outgoing calls
no test coverage detected