mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(D3D) Buildfix
This commit is contained in:
parent
784e7998c1
commit
e0e54ca093
@ -178,7 +178,7 @@ void renderchain_destroy_stock_shader(void *data);
|
||||
|
||||
void renderchain_destroy_shader(void *data, int i);
|
||||
|
||||
void renderchain_set_shader_mvp(void *data, void *data, void *matrix_data);
|
||||
void renderchain_set_shader_mvp(void *data, void *shader_data, void *matrix_data);
|
||||
|
||||
void renderchain_set_shader_params(void *data, void *pass_data,
|
||||
unsigned video_w, unsigned video_h,
|
||||
|
Loading…
x
Reference in New Issue
Block a user