swapTexWrap added

This commit is contained in:
Antoine
2021-05-20 19:02:28 +02:00
parent 859344b131
commit 4fc87e7b08
6 changed files with 56 additions and 7 deletions

View File

@ -8,5 +8,5 @@ uniform sampler2D texture1;
void main()
{
FragColor = texture(texture1, vec2(-texCoord.y, -texCoord.x));
FragColor = texture(texture1, texCoord);
}