mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-21 18:30:42 +02:00
gallium: Define PIPE_PRIM_MAX.
This commit is contained in:
parent
b003b2f6dd
commit
67387bf33f
1 changed files with 1 additions and 0 deletions
|
|
@ -257,6 +257,7 @@ enum pipe_transfer_usage {
|
|||
#define PIPE_PRIM_QUADS 7
|
||||
#define PIPE_PRIM_QUAD_STRIP 8
|
||||
#define PIPE_PRIM_POLYGON 9
|
||||
#define PIPE_PRIM_MAX 10
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue