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

Step 025: Application::Terminate() is never called #45

Closed rojsc closed 2 months ago

rojsc commented 3 months ago

Application::Terminate() is defined and described in the tutorial, but it seems to be never called in the step025 branch.

eliemichel commented 2 months ago

Indeed, and the problem comes from step20 actually, thanks for noticing this!

eliemichel commented 2 months ago

Fixed!