mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 19:30:12 +01:00
remove assertion that referenced &glSetFenceNV for debug test
This commit is contained in:
parent
0aab798a18
commit
70c2d51230
1 changed files with 0 additions and 1 deletions
|
|
@ -1021,7 +1021,6 @@ _glapi_check_table(const struct _glapi_table *table)
|
|||
GLuint offset = (setFenceFunc - (char *) table) / sizeof(void *);
|
||||
assert(setFenceOffset == _gloffset_SetFenceNV);
|
||||
assert(setFenceOffset == offset);
|
||||
assert(_glapi_get_proc_address("glSetFenceNV") == (_glapi_proc) &glSetFenceNV);
|
||||
}
|
||||
#else
|
||||
(void) table;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue