mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 13:50:09 +01:00
st/mesa: remove old assertion
This commit is contained in:
parent
dab5f98404
commit
3b744cb61a
1 changed files with 0 additions and 3 deletions
|
|
@ -1016,9 +1016,6 @@ st_draw_vbo(struct gl_context *ctx,
|
|||
if (st->dirty.st) {
|
||||
GLboolean vertDataEdgeFlags;
|
||||
|
||||
/* sanity check for pointer arithmetic below */
|
||||
assert(sizeof(arrays[0]->Ptr[0]) == 1);
|
||||
|
||||
vertDataEdgeFlags = arrays[VERT_ATTRIB_EDGEFLAG]->BufferObj &&
|
||||
arrays[VERT_ATTRIB_EDGEFLAG]->BufferObj->Name;
|
||||
if (vertDataEdgeFlags != st->vertdata_edgeflags) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue