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

5 lines
56 B
Plaintext
Raw Normal View History

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