Hello Elie,
Here: https://github.com/eliemichel/LearnWebGPU-Code/blob/step033-optionB-next/Application.cpp#L219, the call to m_vertexBuffer.release() causes a crash because this variable is not initialized in that branch.
Fantastic guide; thanks a lot.
Hello Elie,
Here: https://github.com/eliemichel/LearnWebGPU-Code/blob/step033-optionB-next/Application.cpp#L219, the call to
m_vertexBuffer.release()causes a crash because this variable is not initialized in that branch.Fantastic guide; thanks a lot.