Tags: plekakis/hlslpp
Tags
Fix compound assignment operators for single-component integer swizzl… …es (redorav#50) -Fixed compound assignment operators not working for single-component swizzle of int and uint vectors. Only components other than the first one were affected (y/z/w). -Added some relevant test cases