HLSL: Fix #1027.
This commit is contained in:
parent
778806a692
commit
3d1b709676
2 changed files with 2 additions and 1 deletions
|
|
@ -6354,6 +6354,7 @@ void HlslParseContext::paramFix(TType& type)
|
|||
type.getQualifier().storage = EvqConstReadOnly;
|
||||
break;
|
||||
case EvqGlobal:
|
||||
case EvqUniform:
|
||||
case EvqTemporary:
|
||||
type.getQualifier().storage = EvqIn;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue