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

5 lines
56 B
GLSL

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