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

5 lines
63 B
GLSL

layout(key) in half4 color;
half4 main() {
return color;
}