LearnWebGPU
LearnWebGPU copied to clipboard
Update the-device.md
From the reading it seems the intention was to write wgpuAdapterRelease(adapter);
as we are talking about releasing adatper here.
wgpuAdapterRelease(adapter); instead of wgpuDeviceRelease(device).