blob: da9ee06052bbf6def5b42851da3b5b0d048718e9 [file] [log] [blame]
uniform highp vec4 color_mdl;
void main() {
gl_FragColor = color_mdl;
}