Remove video_shader_driver_ctl

This commit is contained in:
twinaphex 2016-05-08 21:11:27 +02:00
parent ed5954420b
commit 1b8e8ac22a
15 changed files with 331 additions and 340 deletions

View file

@ -119,7 +119,7 @@ static int action_start_shader_action_parameter(unsigned type, const char *label
video_shader_ctx_t shader_info;
struct video_shader_parameter *param = NULL;
video_shader_driver_ctl(SHADER_CTL_GET_CURRENT_SHADER, &shader_info);
video_shader_driver_get_current_shader(&shader_info);
if (!shader_info.data)
return 0;