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:

committed by
Marge Bot

parent
e3ff5a3b0e
commit
06257514c1
@@ -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) {
|
||||
|
Reference in New Issue
Block a user