unplugged-system/external/skia/resources/sksl/wgsl/MainHasFragCoordParameter.sksl

4 lines
74 B
Plaintext
Raw Normal View History

half4 main(float2 coords) {
return half4(coords.x, coords.y, 1, 1);
}