9 lines
118 B
Plaintext
9 lines
118 B
Plaintext
|
|
void func() {
|
||
|
|
float4 test = float4(1);
|
||
|
|
test.xyz0 = float4(1);
|
||
|
|
}
|
||
|
|
|
||
|
|
/*%%*
|
||
|
|
cannot assign to this expression
|
||
|
|
*%%*/
|