freedreno: 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:07 -07:00
parent 7532ed106f
commit 4aec68176d
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
#include "pipe/p_context.h"
void fd_sampler_states_bind(struct pipe_context *pctx,
unsigned shader, unsigned start,
enum pipe_shader_type shader, unsigned start,
unsigned nr, void **hwcso);
void fd_set_sampler_views(struct pipe_context *pctx,