MCPcopy Create free account
hub / github.com/AnswerDotAI/gpu.cpp / AdapterData

Class AdapterData

gpu.hpp:791–794  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected