Tex Riddell

Results 33 comments of Tex Riddell

I think this is a legitimate bug - we should be including this operation when computing the usage mask. These masks are used when validating inter-stage signature linkage, so if...

HLSL is not supposed to support fall-through. FXC produces errors if you try to fall through: > error X3533: non-empty case statements must have break or return > error X3537:...

This is a minor spec issue in the DXIL Backend Example. DXIL already had a struct for representing four i16 values, so that would be the one it uses. I...