zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
GLU.cpp
Go to the documentation of this file.
1 /* This file is part of the Zenipex Library (zenilib).
2  * Copyright (C) 2011 Mitchell Keith Bloch (bazald).
3  *
4  * zenilib is free software: you can redistribute it and/or modify
5  * it under the terms of the GNU Lesser General Public License as published by
6  * the Free Software Foundation, either version 3 of the License, or
7  * (at your option) any later version.
8  *
9  * zenilib is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12  * GNU Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public License
15  * along with zenilib. If not, see <http://www.gnu.org/licenses/>.
16  */
17 
18 #include <GL/glu.h>
19 
20 namespace Zeni {
21 
23  return ::gluBuild2DMipmaps(target, internalFormat, width, height, format, type, data);
24  }
25 
26  ZENI_GRAPHICS_DLL const GLubyte * gluErrorString(GLenum error) {
28  }
29 
30 }
int GLsizei
Definition: gl2.h:29
GLint gluBuild2DMipmaps(GLenum target, GLint internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *data)
Definition: GLU.cpp:22
GLint GLenum GLsizei GLsizei GLsizei GLint GLenum GLenum type
Definition: gl2ext.h:845
GLAPI GLint GLAPIENTRY gluBuild2DMipmaps(GLenum target, GLint internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *data)
Definition: GLU.cpp:22
unsigned int GLenum
Definition: gl2.h:23
EGLSurface EGLint EGLint EGLint EGLint height
Definition: eglext.h:293
EGLContext EGLenum target
Definition: eglext.h:87
khronos_uint8_t GLubyte
Definition: gl2.h:30
GLint GLenum GLsizei GLsizei GLsizei GLint GLsizei const GLvoid * data
Definition: gl2ext.h:848
FT_Error error
Definition: cffdrivr.c:407
EGLSurface EGLint EGLint EGLint width
Definition: eglext.h:293
GLint GLenum GLsizei GLsizei GLsizei GLint GLenum format
Definition: gl2ext.h:845
GLint GLint internalFormat
Definition: glew.h:1240
int GLint
Definition: gl2.h:28
const GLubyte * gluErrorString(GLenum error)
Definition: GLU.cpp:26
GLAPI const GLubyte *GLAPIENTRY gluErrorString(GLenum error)
Definition: GLU.cpp:26