GLSL

Comments Off on GLSL

#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