Test
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#version 120
|
||||
|
||||
|
||||
varying vec4 color;
|
||||
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_FragData[0] = color;
|
||||
}
|
||||
Reference in New Issue
Block a user