(XDK) Buildfix
This commit is contained in:
parent
bdc97fd5c3
commit
a31589d70f
|
@ -235,6 +235,12 @@ static void xdk_renderchain_deinit(void *data)
|
|||
free(renderchain);
|
||||
}
|
||||
|
||||
static void xdk_renderchain_deinit_shader(void *data)
|
||||
{
|
||||
(void)data;
|
||||
/* stub */
|
||||
}
|
||||
|
||||
static void xdk_renderchain_free(void *data)
|
||||
{
|
||||
d3d_video_t *chain = (d3d_video_t*)data;
|
||||
|
@ -264,11 +270,6 @@ void *xdk_renderchain_new(void)
|
|||
return renderchain;
|
||||
}
|
||||
|
||||
void xdk_renderchain_deinit_shader(void)
|
||||
{
|
||||
/* stub */
|
||||
}
|
||||
|
||||
static bool xdk_renderchain_init_shader(void *data)
|
||||
{
|
||||
const char *shader_path = NULL;
|
||||
|
|
Loading…
Reference in New Issue