nenuzhno-engine_iter1/assets/base/shaders/null.fs

7 lines
79 B
GLSL

#version 100
precision highp float;
void main(){
gl_FragColor = vec4(1.0);
}