#version 450

out vec4 frag;

void main() {
	frag = vec4(1.0, 0.0, 0.0, 1.0);
}