Drawing Penger :)
This commit is contained in:
@@ -5,6 +5,6 @@ out vec4 fragcolor;
|
||||
|
||||
void main(){
|
||||
|
||||
fragcolor = texture( image , texCoord) * vec4(1.0, 0.5, 0.2, 1.0);
|
||||
fragcolor = texture(image, texCoord); // vec4(1.0, 0.5, 0.2, 1.0);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user