HLSL: Fix issue #442, smear and truncate shape conversions for == and !=.

This commit is contained in:
John Kessenich 2016-09-02 21:12:23 -06:00
parent 07350f3382
commit 841db35bb3
4 changed files with 84 additions and 12 deletions

View file

@ -525,7 +525,7 @@ bool HlslGrammar::acceptQualifier(TQualifier& qualifier)
//
// layout_qualifier
// : identifier
// | identifier EQUAL expresion
// | identifier EQUAL expression
//
// Zero or more of these, so this can't return false.
//