Moved stuff
This commit is contained in:
parent
a4dd76a186
commit
5377458895
234 changed files with 12 additions and 1 deletions
|
|
@ -1,12 +0,0 @@
|
|||
#version 120
|
||||
|
||||
varying vec2 texcoord;
|
||||
varying vec4 color;
|
||||
varying vec2 pixel_position;
|
||||
|
||||
uniform sampler2D texture0;
|
||||
uniform vec4 colDiffuse;
|
||||
|
||||
void main() {
|
||||
gl_FragColor = texture2D(texture0, texcoord) * colDiffuse;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue