mirror of
https://github.com/holub/mame
synced 2025-06-05 12:26:35 +03:00
-bgfx: Fixed Github issue #5961. [Ryan Holtz]
This commit is contained in:
parent
a3688f06f2
commit
1172f9d114
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user