#include "/lib/all_the_libs.glsl"

/* DRAWBUFFERS:0 */

void main() {
	gl_FragData[0] = vec4(0, 0, 0, 1);
}
