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

Class DeviceData

gpu.hpp:830–833  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

828 LOG(kDefLog, kInfo, "Requesting device");
829 {
830 struct DeviceData {
831 WGPUDevice device = nullptr;
832 bool requestEnded = false;
833 };
834 DeviceData devData;
835 auto onDeviceRequestEnded = [](WGPURequestDeviceStatus status,
836 WGPUDevice device, char const *message,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected