mirror of
https://github.com/love2d/love.git
synced 2026-08-13 17:10:54 +02:00
Fix issue #435: PixelEffects have flipped screen_coords.y.
This commit is contained in:
@@ -1290,6 +1290,7 @@ do
|
||||
#define Image sampler2D
|
||||
#define extern uniform
|
||||
#define Texel texture2D
|
||||
layout(origin_upper_left) in vec4 gl_FragCoord;
|
||||
uniform sampler2D _tex0_;]]
|
||||
local footer = [[void main() {
|
||||
// fix weird crashing issue in OSX when _tex0_ is unused within effect()
|
||||
|
||||
Reference in New Issue
Block a user