@@ -194,7 +194,7 @@ declare function gluBuild2DMipmapLevels(byval target as GLenum, byval internalFo
194194declare function gluBuild2DMipmaps( byval target as GLenum, byval internalFormat as GLint, byval width as GLsizei, byval height as GLsizei, byval format as GLenum, byval type as GLenum, byval data as const any ptr) as GLint
195195declare function gluBuild3DMipmapLevels( byval target as GLenum, byval internalFormat as GLint, byval width as GLsizei, byval height as GLsizei, byval depth as GLsizei, byval format as GLenum, byval type as GLenum, byval level as GLint, byval base as GLint, byval max as GLint, byval data as const any ptr) as GLint
196196declare function gluBuild3DMipmaps( byval target as GLenum, byval internalFormat as GLint, byval width as GLsizei, byval height as GLsizei, byval depth as GLsizei, byval format as GLenum, byval type as GLenum, byval data as const any ptr) as GLint
197- declare function gluCheckExtension( byval extName as const GLubyte ptr, byval extString as const GLubyte ptr) as GLboolean
197+ declare function gluCheckExtension( byval extName as const zstring ptr, byval extString as const zstring ptr) as GLboolean
198198declare sub gluCylinder( byval quad as GLUquadric ptr, byval base as GLdouble, byval top as GLdouble, byval height as GLdouble, byval slices as GLint, byval stacks as GLint)
199199declare sub gluDeleteNurbsRenderer( byval nurb as GLUnurbs ptr)
200200declare sub gluDeleteQuadric( byval quad as GLUquadric ptr)
@@ -204,9 +204,9 @@ declare sub gluEndCurve(byval nurb as GLUnurbs ptr)
204204declare sub gluEndPolygon( byval tess as GLUtesselator ptr)
205205declare sub gluEndSurface( byval nurb as GLUnurbs ptr)
206206declare sub gluEndTrim( byval nurb as GLUnurbs ptr)
207- declare function gluErrorString( byval error as GLenum) as const GLubyte ptr
207+ declare function gluErrorString( byval error as GLenum) as const zstring ptr
208208declare sub gluGetNurbsProperty( byval nurb as GLUnurbs ptr, byval property as GLenum, byval data as GLfloat ptr)
209- declare function gluGetString( byval name as GLenum) as const GLubyte ptr
209+ declare function gluGetString( byval name as GLenum) as const zstring ptr
210210declare sub gluGetTessProperty( byval tess as GLUtesselator ptr, byval which as GLenum, byval data as GLdouble ptr)
211211declare sub gluLoadSamplingMatrices( byval nurb as GLUnurbs ptr, byval model as const GLfloat ptr, byval perspective as const GLfloat ptr, byval view as const GLint ptr)
212212declare sub gluLookAt( byval eyeX as GLdouble, byval eyeY as GLdouble, byval eyeZ as GLdouble, byval centerX as GLdouble, byval centerY as GLdouble, byval centerZ as GLdouble, byval upX as GLdouble, byval upY as GLdouble, byval upZ as GLdouble)
0 commit comments