Fixed some gl errors.

This commit is contained in:
Shyotl
2019-03-25 02:56:20 -05:00
parent d61f89e3c9
commit f3afe45e72
3 changed files with 5 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ uniform float max_cof;
uniform float res_scale;
uniform float dof_width;
uniform float dof_height;
uniform float kern_scale;
uniform vec2 kern_scale;
VARYING vec2 vary_fragcoord;