eliemichel / LearnWebGPU-Code

The accompanying code of the Learn WebGPU C++ programming guide
https://eliemichel.github.io/LearnWebGPU
MIT License
114 stars 30 forks source link

Release adapter after configuring WGPUTextureFormat #41

Closed suny-am closed 5 months ago

suny-am commented 5 months ago

The adapter is currently released before configuring the WGPUTextureFormat; thus causing a kernel panic; this is fixed by only releasing the adapter after it has been fully utilised.