mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 22:00:11 +01:00
Remove VB->LastClipped
This commit is contained in:
parent
dd4f0d1a93
commit
bfba2705b6
1 changed files with 0 additions and 1 deletions
|
|
@ -140,7 +140,6 @@ int main( int argc, char **argv )
|
|||
OFFSET( "VB_POINT_SIZE_PTR ", struct vertex_buffer, PointSizePtr );
|
||||
OFFSET( "VB_PRIMITIVE ", struct vertex_buffer, Primitive );
|
||||
printf( "\n" );
|
||||
OFFSET( "VB_LAST_CLIPPED ", struct vertex_buffer, LastClipped );
|
||||
|
||||
DEFINE_HEADER( "struct vertex_buffer" );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue