(D3D) Add reinit function pointer

This commit is contained in:
twinaphex 2015-04-06 23:27:55 +02:00
parent 62ae5f1d6f
commit dbbf3c5b20

View File

@ -41,6 +41,7 @@ typedef struct renderchain_driver
void *(*chain_new)(void);
bool (*init_shader)(void *data);
bool (*init_shader_fvf)(void *data, void *pass_data);
bool (*reinit)(void *data, void *info_data);
bool (*init)(void *data,
const void *video_info_data,
void *dev_data,