John Kessenich
|
6a70eb7161
|
HLSL: Emulate write-to-output on return-from-entry-point, for return value.
This fixes issue #487 and #480.
It also correctly handles output parameters from the entry point.
|
2016-08-28 20:13:07 -06:00 |
|
Dan Baker
|
2c646b7afa
|
Updating tests, sadly every single HLSL test needs updating becuase of the language identifier
|
2016-08-15 16:25:55 -04:00 |
|
John Kessenich
|
64076ed7e9
|
HLSL: Fix binary-expression associativity and termination issue.
|
2016-07-28 21:48:25 -06:00 |
|
John Kessenich
|
00957f8110
|
HLSL: Implement ?: grammar productions.
Missing are implicit conversions between int/bool/etc.
|
2016-07-27 10:39:57 -06:00 |
|