st/mesa: s/unsigned/enum pipe_shader_type/ for st_bind_ubos()
Reviewed-by: Eric Anholt <eric@anholt.net> Reviewed-by: Neha Bhende <bhenden@vmware.com>
This commit is contained in:
@@ -196,7 +196,7 @@ st_update_cs_constants(struct st_context *st)
|
||||
|
||||
static void
|
||||
st_bind_ubos(struct st_context *st, struct gl_program *prog,
|
||||
unsigned shader_type)
|
||||
enum pipe_shader_type shader_type)
|
||||
{
|
||||
unsigned i;
|
||||
struct pipe_constant_buffer cb = { 0 };
|
||||
|
||||
Reference in New Issue
Block a user