mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 00:00:12 +01:00
updated for new glext.h
This commit is contained in:
parent
e11f089f82
commit
e715c91000
1 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: glapi.c,v 1.57 2001/09/14 02:48:53 brianp Exp $ */
|
||||
/* $Id: glapi.c,v 1.58 2001/10/17 13:34:08 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
|
@ -902,7 +902,9 @@ static struct name_address_offset static_functions[] = {
|
|||
{ "glMultTransposeMatrixd", (GLvoid *) NAME(glMultTransposeMatrixd), _gloffset_MultTransposeMatrixdARB },
|
||||
{ "glMultTransposeMatrixf", (GLvoid *) NAME(glMultTransposeMatrixf), _gloffset_MultTransposeMatrixfARB },
|
||||
{ "glSampleCoverage", (GLvoid *) NAME(glSampleCoverage), _gloffset_SampleCoverageARB },
|
||||
#if 0
|
||||
{ "glSamplePass", (GLvoid *) NAME(glSamplePass), _gloffset_SamplePassARB },
|
||||
#endif
|
||||
#undef NAME
|
||||
|
||||
/* ARB 1. GL_ARB_multitexture */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue