Init
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
uniform lowp vec4 diffuseColor;
|
||||
|
||||
varying lowp vec4 lighting;
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_FragColor = diffuseColor * lighting;
|
||||
}
|
||||
Reference in New Issue
Block a user