blob: 9bbd9e4748b51829bd89b7acf56491a35b6d20fb [file] [log] [blame]
John Stiles6798e5d2020-09-17 18:20:26 -04001void main() {
2 float4 test = float4(1);
3 test.xyz0 = float4(1);
4}