mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 11:00:11 +01:00
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:
parent
e3ff5a3b0e
commit
06257514c1
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue