4 lines
61 B
GLSL
4 lines
61 B
GLSL
half4 main(float2 coord) {
|
|
return half4(coord, coord);
|
|
}
|
half4 main(float2 coord) {
|
|
return half4(coord, coord);
|
|
}
|