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.