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

6 lines
110 B
GLSL

@constructorParams { int x, float y, std::vector<float> z }
in float w;
half4 main() {
return half4(1);
}