unplugged-vendor/external/skia/resources/sksl/fp/GrMainCoords.fp

4 lines
61 B
GLSL

half4 main(float2 coord) {
return half4(coord, coord);
}