blob: 918a0ba79f842deeae7711aadff42438df4bd2fd [file] [log] [blame]
John Stiles6798e5d2020-09-17 18:20:26 -04001void main(inout float4 color) {
2 color.r[ = ( color.g );
3}