-bgfx: Fixed Github issue #5961. [Ryan Holtz]

This commit is contained in:
MooglyGuy 2019-11-24 19:29:55 +01:00
parent bb54cd8d23
commit 8dd5e3d200
6 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ SAMPLER2D(s_tex, 0);
#define round(X) floor((X)+0.5)
vec4 u_tex_size0;
vec4 u_inv_tex_size0;
uniform vec4 u_tex_size0;
uniform vec4 u_inv_tex_size0;
vec3 ycc_to_rgb(float y, float cb, float cr)
{