diff options
Diffstat (limited to 'src/mesa/vbo/vbo_attrib_tmp.h')
-rw-r--r-- | src/mesa/vbo/vbo_attrib_tmp.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mesa/vbo/vbo_attrib_tmp.h b/src/mesa/vbo/vbo_attrib_tmp.h index 4e2c874ef3d..08b441aafbb 100644 --- a/src/mesa/vbo/vbo_attrib_tmp.h +++ b/src/mesa/vbo/vbo_attrib_tmp.h @@ -1302,6 +1302,15 @@ TAG(VertexAttribL4dv)(GLuint index, const GLdouble * v) ERROR(GL_INVALID_VALUE); } +static void GLAPIENTRY +TAG(VertexAttribL1ui64ARB)(GLuint index, GLuint64EXT x) +{ +} + +static void GLAPIENTRY +TAG(VertexAttribL1ui64vARB)(GLuint index, const GLuint64EXT *v) +{ +} #undef ATTR1FV #undef ATTR2FV |