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

5 lines
59 B
GLSL

in uniform half4 color;
half4 main() {
return color;
}