Remove useless code from shader
This commit is contained in:
parent
4c03ffeae2
commit
dbc763fca0
@ -7,5 +7,4 @@ out vec4 color;
|
|||||||
|
|
||||||
void main() {
|
void main() {
|
||||||
color = texture(image, texcoord);
|
color = texture(image, texcoord);
|
||||||
color = vec4(color.rgb, color.a);
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user