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

5 lines
63 B
Plaintext
Raw Normal View History

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