svga: s/unsigned/enum pipe_shader_type/
[mesa.git] / src / gallium / drivers / svga / svga_state_vs.c
index 7162e8884f2a9781a7086fa0b0c4199b7a9dba97..aa351bd1aa540f7339efc67f4e03cc13dff9b7d2 100644 (file)
@@ -162,7 +162,7 @@ compile_vs(struct svga_context *svga,
 static void
 make_vs_key(struct svga_context *svga, struct svga_compile_key *key)
 {
-   const unsigned shader = PIPE_SHADER_VERTEX;
+   const enum pipe_shader_type shader = PIPE_SHADER_VERTEX;
 
    memset(key, 0, sizeof *key);