Skip to content

Commit

Permalink
Apparently "inout" and "in out" are both legal for HLSL function para…
Browse files Browse the repository at this point in the history
…meters.
  • Loading branch information
icculus committed Aug 23, 2009
1 parent ddacf1d commit d2b03dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mojoshader_parser_hlsl.lemon
Expand Up @@ -123,6 +123,8 @@ function_argument ::= datatype identifier.
input_modifier ::= IN.
input_modifier ::= INOUT.
input_modifier ::= OUT.
input_modifier ::= IN OUT.
input_modifier ::= OUT IN.
input_modifier ::= UNIFORM.

semantic ::= COLON SEMANTIC.
Expand Down

0 comments on commit d2b03dc

Please sign in to comment.