struct SurfaceOutput {
	vec4 color;
};
void main() {
    SurfaceOutput o;
	gl_FragColor = vec4(0.0);
}
