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:
Brian Paul
2018-03-15 08:25:43 -06:00
parent 6a93deedf5
commit e31d5bd2f9
+1 -1
View File
@@ -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 };