rgx 0.9.0

A 2D graphics toolkit for rust
Documentation
1
2
3
4
5
6
in  vec4 f_color;
out vec4 fragColor;

void main() {
	fragColor = f_color;
}