mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-28 23:55:54 +00:00
(D3D) Update other init_shader function implementations
This commit is contained in:
parent
a029c678d8
commit
472e508f5a
@ -36,7 +36,7 @@ static void *null_renderchain_new(void)
|
||||
return renderchain;
|
||||
}
|
||||
|
||||
static bool null_renderchain_init_shader(void *data)
|
||||
static bool null_renderchain_init_shader(void *data, void *renderchain_data)
|
||||
{
|
||||
(void)data;
|
||||
|
||||
|
@ -286,7 +286,7 @@ void *xdk_renderchain_new(void)
|
||||
return renderchain;
|
||||
}
|
||||
|
||||
static bool xdk_renderchain_init_shader(void *data)
|
||||
static bool xdk_renderchain_init_shader(void *data, void *renderchain_data)
|
||||
{
|
||||
const char *shader_path = NULL;
|
||||
d3d_video_t *d3d = (d3d_video_t*)data;
|
||||
|
Loading…
x
Reference in New Issue
Block a user