nir: Return a mesa_prim from gs_in_prim_for_topology

Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24821>
This commit is contained in:
Faith Ekstrand
2023-08-21 19:16:07 -05:00
committed by Marge Bot
parent e3ff5a3b0e
commit 06257514c1

View File

@@ -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) {