mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 15:32:59 +00:00
(Cg) Call gl_cg_reset_attribs before initializing Cg shader backend
This commit is contained in:
parent
01a9185a2d
commit
d4184df592
@ -1166,6 +1166,8 @@ static void *gl_cg_init(void *data, const char *path)
|
||||
&cg_data->prg[VIDEO_SHADER_MENU_SEC],
|
||||
&shader_prog_info);
|
||||
|
||||
gl_cg_reset_attrib(cg_data);
|
||||
|
||||
return cg_data;
|
||||
|
||||
error:
|
||||
|
Loading…
x
Reference in New Issue
Block a user