eliemichel / LearnWebGPU-Code

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

fixing wrong release function #37

Closed acesolucoes closed 2 months ago

acesolucoes commented 2 months ago

Fix compilation error. Wrong release funtion was being invoked in queue

eliemichel commented 2 months ago

Indeed, thanks!