mirror of
https://github.com/libretro/RetroArch
synced 2025-04-15 23:42:30 +00:00
Remove glsl in shader_parse.
It'll be done slightly different later.
This commit is contained in:
parent
e649db253c
commit
bd550ce53c
@ -56,11 +56,7 @@ struct gfx_shader_pass
|
|||||||
union
|
union
|
||||||
{
|
{
|
||||||
char cg[PATH_MAX];
|
char cg[PATH_MAX];
|
||||||
struct
|
// Can allow for more types later.
|
||||||
{
|
|
||||||
char vertex[PATH_MAX];
|
|
||||||
char fragment[PATH_MAX];
|
|
||||||
} glsl;
|
|
||||||
} source;
|
} source;
|
||||||
|
|
||||||
struct gfx_fbo_scale fbo;
|
struct gfx_fbo_scale fbo;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user