Skip to content

Free shaders in unrealize() instead of dispose()

Alice Mikhaylenko requested to merge wip/exalm/shader-crash into main

We need to do it while the renderer is still available as it needs to release the GL resources, so dispose() is too late.

Fixes #234 (closed)

Merge request reports