mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-20 18:50:30 +01:00
parent
5a46e17671
commit
e019ead5d7
1 changed files with 3 additions and 3 deletions
|
|
@ -919,9 +919,9 @@ struct dd_function_table {
|
|||
void (*ValidateTnlModule)( GLcontext *ctx, GLuint new_state );
|
||||
|
||||
|
||||
#define PRIM_OUTSIDE_BEGIN_END GL_POLYGON+1
|
||||
#define PRIM_INSIDE_UNKNOWN_PRIM GL_POLYGON+2
|
||||
#define PRIM_UNKNOWN GL_POLYGON+3
|
||||
#define PRIM_OUTSIDE_BEGIN_END (GL_POLYGON+1)
|
||||
#define PRIM_INSIDE_UNKNOWN_PRIM (GL_POLYGON+2)
|
||||
#define PRIM_UNKNOWN (GL_POLYGON+3)
|
||||
|
||||
/**
|
||||
* Set by the driver-supplied T&L engine.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue