committed by
Keith Whitwell
parent
5a46e17671
commit
e019ead5d7
+3
-3
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user