diff --git a/src/compiler/nir/nir_passthrough_gs.c b/src/compiler/nir/nir_passthrough_gs.c index e6503c2ab73..e0c5cf03d4d 100644 --- a/src/compiler/nir/nir_passthrough_gs.c +++ b/src/compiler/nir/nir_passthrough_gs.c @@ -26,7 +26,7 @@ #include "nir_builder.h" #include "nir_xfb_info.h" -static unsigned int +static enum mesa_prim gs_in_prim_for_topology(enum mesa_prim prim) { switch (prim) {