8 lines
108 B
Plaintext
8 lines
108 B
Plaintext
|
|
half4 main(float2 coords) {
|
||
|
|
coords.r[ = ( coords.g );
|
||
|
|
}
|
||
|
|
|
||
|
|
/*%%*
|
||
|
|
expected expression, but found '='
|
||
|
|
*%%*/
|