File size: 90 Bytes
6cd9596
 
 
 
 
1
2
3
4
5
6
export default /* glsl */`
void main() {
	gl_FragColor = vec4( 1.0, 0.0, 0.0, 1.0 );
}
`;