resources.shaders.Empty.frag Maven / Gradle / Ivy
The newest version!
#version 120
#pragma include includes/StdLib.frag
void main() {
FragColor = vec4(1,1,0,1);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy