fixed shadows

This commit is contained in:
Mikulas Florek 2019-09-25 01:29:38 +02:00
parent 94a76bcf2d
commit b4665e00da

View file

@ -130,7 +130,7 @@ function blur(buffer, format, w, h, tmp_rb_dbg_name)
viewport(0, 0, w, h)
drawArray(0, 4, blur_shader
, { buffer }
, { u_inv_sm_size = {1.0 / w, 1.0 / h, 0, 0 }}
, { {1.0 / w, 1.0 / h, 0, 0 }}
, "BLUR_H"
, { depth_test = false, depth_write = false }
)