15 Jan
2024
15 Jan
'24
10:31 a.m.
Giovanni Mascellani (@giomasce) commented about libs/vkd3d-shader/dxil.c:
return VKD3D_OK; }
+static void sm6_block_emit_terminator(const struct sm6_block *block, struct sm6_parser *sm6) +{ + switch (block->terminator.type) + { + case TERMINATOR_RET: + {
It's not a problem for me, but these braces are useless. -- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/491#note_57396