Browse Source

freedreno: s/unsigned/enum pipe_shader_type/

Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net>
tags/17.1-branchpoint
Brian Paul 9 years ago
parent
commit
4aec68176d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/gallium/drivers/freedreno/freedreno_texture.h

+ 1
- 1
src/gallium/drivers/freedreno/freedreno_texture.h 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,

Loading…
Cancel
Save