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

@@ -167,7 +167,7 @@ prepare_shader_sampling(
struct softpipe_context *sp,
unsigned num,
struct pipe_sampler_view **views,
unsigned shader_type,
enum pipe_shader_type shader_type,
struct pipe_resource *mapped_tex[PIPE_MAX_SHADER_SAMPLER_VIEWS])
{