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