swapTexWrap added
This commit is contained in:
@ -8,5 +8,5 @@ uniform sampler2D texture1;
|
||||
|
||||
void main()
|
||||
{
|
||||
FragColor = texture(texture1, vec2(-texCoord.y, -texCoord.x));
|
||||
FragColor = texture(texture1, texCoord);
|
||||
}
|
Reference in New Issue
Block a user