-
HLSL: Fix #919: for-init-statement is arbitrary declaration or expression. · 0e07119aJohn Kessenich authored
Unlike "if (XXX)" and "while (XXX)", with "for (YYY...", the YYY can be more kinds of statements than the XXX.
0e07119a
×
Unlike "if (XXX)" and "while (XXX)", with "for (YYY...", the YYY can be more kinds of statements than the XXX.