MCP 3D Printer Server

by DMontgomery40
Verified
export default /* glsl */` void main() { gl_FragColor = vec4( 1.0, 0.0, 0.0, 1.0 ); } `;