4 lines
62 B
Plaintext
4 lines
62 B
Plaintext
void main(inout float4 color) {
|
|
color.r[ = ( color.g );
|
|
}
|
void main(inout float4 color) {
|
|
color.r[ = ( color.g );
|
|
}
|