summaryrefslogtreecommitdiff
path: root/_shared/2d/shaders/orthographic.frag
blob: 84b6b2eb3dda280f6dff145ef7dde22cfdd73091 (plain)
1
2
3
4
5
varying lowp vec4 VertexColor;

void main() {
    gl_FragColor = VertexColor;
}