mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
nir/print: handle adjacency
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Reviewed-by: Antonino Maniscalco <antonino.maniscalco@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26056>
This commit is contained in:
parent
d0a4a8cda0
commit
8d9d9d0207
1 changed files with 2 additions and 0 deletions
|
|
@ -2279,6 +2279,8 @@ primitive_name(unsigned primitive)
|
|||
PRIM(QUADS);
|
||||
PRIM(QUAD_STRIP);
|
||||
PRIM(POLYGON);
|
||||
PRIM(LINES_ADJACENCY);
|
||||
PRIM(TRIANGLES_ADJACENCY);
|
||||
default:
|
||||
return "UNKNOWN";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue