mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
(D3D) Buildfix
This commit is contained in:
parent
1a7d3e3ea0
commit
e022372db5
@ -726,8 +726,8 @@ void renderchain_deinit_shader(void)
|
||||
|
||||
cgD3D9UnloadAllPrograms();
|
||||
cgD3D9SetDevice(NULL);
|
||||
cgDestroyContext(d3d->cgCtx);
|
||||
d3d->cgCtx = NULL;
|
||||
cgDestroyContext(cgCtx);
|
||||
cgCtx = NULL;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
@ -66,6 +66,10 @@ void *renderchain_new(void);
|
||||
|
||||
void renderchain_deinit(void *data);
|
||||
|
||||
void renderchain_deinit_shader(void);
|
||||
|
||||
bool renderchain_init_shader(void *data);
|
||||
|
||||
bool renderchain_init(void *data, const video_info_t *video_info,
|
||||
void *dev_,
|
||||
const void *final_viewport_,
|
||||
|
Loading…
x
Reference in New Issue
Block a user