gl_cg_invalidate_context.
This commit is contained in:
parent
678269039b
commit
a13684c80c
|
@ -1306,3 +1306,8 @@ bool gl_cg_save_cgp(const char *path, const struct gl_cg_cgp_info *info)
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void gl_cg_invalidate_context(void)
|
||||||
|
{
|
||||||
|
cgCtx = NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
@ -68,5 +68,6 @@ struct gl_cg_cgp_info
|
||||||
};
|
};
|
||||||
|
|
||||||
bool gl_cg_save_cgp(const char *path, const struct gl_cg_cgp_info *info);
|
bool gl_cg_save_cgp(const char *path, const struct gl_cg_cgp_info *info);
|
||||||
|
void gl_cg_invalidate_context(void); // Call when resetting GL context on PS3.
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue