skia2/resources/sksl/shared/SwizzleLTRB.sksl

6 lines
81 B
Plaintext
Raw Normal View History

uniform half4 colorRed;
half4 main(float2 coords) {
return colorRed.RBTL;
}