crayon 0.7.1

A small, portable and extensible game framework.
Documentation
1
2
3
4
5
6
7
8
#version 100
precision lowp float;

varying vec2 v_Color;

void main() {
    gl_FragColor = vec4(v_Color, 0.0, 1.0);
}