21 Sep
2023
21 Sep
'23
2:03 p.m.
In `spirv_compiler_emit_control_flow_instruction()`, `break` and `continue` set the depth not to zero but to the innermost breakable construct. Setting `depth` to zero in this patch seems to work, but a comment explaining exactly why would be helpful. -- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/349#note_46193