mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
fix DrawBufferARB entry
This commit is contained in:
parent
1c0f9d71bd
commit
ec3ad66696
1 changed files with 1 additions and 1 deletions
|
|
@ -448,7 +448,7 @@ struct _glapi_table
|
|||
void (GLAPIENTRYP MultTransposeMatrixfARB)(const GLfloat * m); /* 410 */
|
||||
void (GLAPIENTRYP MultTransposeMatrixdARB)(const GLdouble * m); /* 411 */
|
||||
void (GLAPIENTRYP SampleCoverageARB)(GLclampf value, GLboolean invert); /* 412 */
|
||||
void (GLAPIENTRYP __unused413)(void); /* 413 */
|
||||
void (GLAPIENTRYP DrawBuffersARB)(GLsizei n, const GLenum * bufs); /* 413 */
|
||||
void (GLAPIENTRYP PolygonOffsetEXT)(GLfloat factor, GLfloat bias); /* 414 */
|
||||
void (GLAPIENTRYP GetTexFilterFuncSGIS)(GLenum target, GLenum filter, GLfloat * weights); /* 415 */
|
||||
void (GLAPIENTRYP TexFilterFuncSGIS)(GLenum target, GLenum filter, GLsizei n, const GLfloat * weights); /* 416 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue