X-Git-Url: https://deadsoftware.ru/gitweb?p=nanogl.git;a=blobdiff_plain;f=GL%2Fglu.h;h=5045903202bbd793bac6fc41cef6ea6457f58604;hp=844876613fcc41d24700677c9c4eac7a9808f6aa;hb=09d6668385eaa4a132f4efb14da2e4882ff3c82f;hpb=abdb29a685652588a08667d7830879d407a18d5c diff --git a/GL/glu.h b/GL/glu.h index 8448766..5045903 100644 --- a/GL/glu.h +++ b/GL/glu.h @@ -20,20 +20,19 @@ extern "C" { #define M_PI 3.14159265358979323846 #endif - void gluLookAt( GLdouble eyex, GLdouble eyey, GLdouble eyez, - GLdouble centerx, GLdouble centery, GLdouble centerz, - GLdouble upx, GLdouble upy, GLdouble upz ); + GLdouble centerx, GLdouble centery, GLdouble centerz, + GLdouble upx, GLdouble upy, GLdouble upz ); void gluPerspective( GLdouble fovy, GLdouble aspect, GLdouble zNear, GLdouble zFar ); GLint gluScaleImage( GLenum format, - GLint widthin, GLint heightin, - GLenum typein, const void *datain, - GLint widthout, GLint heightout, - GLenum typeout, void *dataout ); - + GLint widthin, GLint heightin, + GLenum typein, const void *datain, + GLint widthout, GLint heightout, + GLenum typeout, void *dataout ); + GLint gluBuild2DMipmaps( GLenum target, GLint components, GLint width, GLint height, GLenum format, GLenum type, const void *data );