AI Gallery

Welcome to AI Gallery: Where Art Meets Innovation

GLSL

⏱︎

Read time:

1–2 minutes

#version 450

void main() {
// Output to standard output, which is also written to the fragment shader
gl_FragColor = vec4(1.0f, 0.0f, 0.0f, 1.0f);
}

Text model: aya

Image model: KatayamaMixXL