// Flipper GFX Engine fragment shader #version 330 core void main() { gl_FragColor = vec4(1.0f, 0.0f, 0.0f, 1.0f); }