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