-bgfx: Fixed opengl backend, nw

This commit is contained in:
MooglyGuy 2019-10-21 16:34:18 +02:00
parent 55f5096abd
commit c24d44ec62
68 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ $input v_color0, v_texcoord0
// Samplers
SAMPLER2D(s_tex, 0);
#define round(X) floor((X)+0.5)
vec4 u_tex_size0;
vec4 u_inv_tex_size0;