Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix 1px of warped main image shining through the composite mesh at hi…
…gher resolutions. Now we don't add the half texel offset to the vertex coordinates, but to the calculated u/v, which will prevent the texture wrapping (happens mostly with "nearest" interpolation lookups) mentioned in Milkdrop's code from happening, but make the mesh exactly fill the screen.
- Loading branch information