Drawing Penger :)

This commit is contained in:
2026-01-18 14:30:19 +01:00
parent e3258e5266
commit de60139030
3 changed files with 45 additions and 15 deletions

View File

@@ -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);
}