
shaders.glsl330.basic.frag Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of caustic-api Show documentation
Show all versions of caustic-api Show documentation
API for the Caustic OpenGL rendering library.
The newest version!
// $shader_type: fragment
#version 330
out vec4 outputColor;
void main() {
outputColor = vec4(1, 0, 0, 1);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy