stopped using centered coords for radial module, see #69

This commit is contained in:
Jarcode
2018-10-21 12:13:56 -07:00
parent 2c99124556
commit 3da1fb34dd

View File

@@ -1,4 +1,4 @@
layout(pixel_center_integer) in vec4 gl_FragCoord;
in vec4 gl_FragCoord;
#request uniform "screen" screen
uniform ivec2 screen;