softpipe: s/unsigned/enum pipe_shader_type/

Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net>
This commit is contained in:
Brian Paul
2017-03-05 12:29:44 -07:00
parent 0fc5110a6e
commit f676c700cc
4 changed files with 6 additions and 4 deletions

View File

@@ -155,7 +155,8 @@ struct sp_tgsi_sampler
};
compute_lambda_func
softpipe_get_lambda_func(const struct pipe_sampler_view *view, unsigned shader);
softpipe_get_lambda_func(const struct pipe_sampler_view *view,
enum pipe_shader_type shader);
void *