mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 13:10:10 +01:00
reenable some assertions
This commit is contained in:
parent
428a5e82fc
commit
5c6b391900
1 changed files with 2 additions and 2 deletions
|
|
@ -327,10 +327,10 @@ static void Init( void )
|
|||
glBufferDataARB(GL_ARRAY_BUFFER_ARB, 1000, data, GL_STATIC_DRAW_ARB);
|
||||
glVertexPointer(3, GL_FLOAT, 0, (void *) 0);
|
||||
glDeleteBuffersARB(1, &id);
|
||||
/*assert(!glIsBufferARB(id));*/
|
||||
assert(!glIsBufferARB(id));
|
||||
glBindBufferARB(GL_ARRAY_BUFFER_ARB, 0);
|
||||
glVertexPointer(3, GL_FLOAT, 0, (void *) 0);
|
||||
/*assert(!glIsBufferARB(id));*/
|
||||
assert(!glIsBufferARB(id));
|
||||
}
|
||||
|
||||
MakeObject1(Objects + 0);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue