HLSL: Fix issue #442, smear and truncate shape conversions for == and !=.
This commit is contained in:
parent
07350f3382
commit
841db35bb3
4 changed files with 84 additions and 12 deletions
|
|
@ -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.
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue