loading the penger image....TBC
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
#version 460 core
|
||||
|
||||
uniform sampler2D image;
|
||||
in vec2 texCoord;
|
||||
out vec4 fragcolor;
|
||||
|
||||
void main(){
|
||||
|
||||
fragcolor = 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