declare const text = "\nvoid main() {\n  const vec4 white = vec4(1.0);\n  out_FragColor = white;\n}\n";
export default text;
