swapTexWrap from pixels coordinates of the source image
This commit is contained in:
@ -9,5 +9,5 @@ uniform sampler2D texture1;
|
||||
|
||||
void main()
|
||||
{
|
||||
FragColor = texture(texture1, vec2(-texCoord.y, -texCoord.x)) * color;
|
||||
FragColor = texture(texture1, texCoord) * color;
|
||||
}
|
Reference in New Issue
Block a user