Introduce RgbaColorRenderer class.

This commit is contained in:
Paul Chote
2015-11-29 11:45:12 +00:00
parent 4ed5a24bbe
commit 02dedf9acf
5 changed files with 139 additions and 3 deletions

4
glsl/color.frag Normal file
View File

@@ -0,0 +1,4 @@
void main()
{
gl_FragColor = gl_Color;
}