Introduce RgbaColorRenderer class.
This commit is contained in:
4
glsl/color.frag
Normal file
4
glsl/color.frag
Normal file
@@ -0,0 +1,4 @@
|
||||
void main()
|
||||
{
|
||||
gl_FragColor = gl_Color;
|
||||
}
|
||||
Reference in New Issue
Block a user