vkd3d-shader/msl: Do not leak resources when failing to initialize the generator.
- Apr 09, 2025
-
-
Giovanni Mascellani authored
Like we do for GLSL; there's no reason to abort compilation here. Note that this also avoids leaking "gen->buffer" and "gen->string_buffers" on the error path.
-