added LoadRGBMipmaps2()
This commit is contained in:
@@ -7,11 +7,18 @@
|
||||
#include <GL/gl.h>
|
||||
|
||||
|
||||
extern GLboolean LoadRGBMipmaps( const char *imageFile, GLint intFormat );
|
||||
extern GLboolean
|
||||
LoadRGBMipmaps( const char *imageFile, GLint intFormat );
|
||||
|
||||
|
||||
extern GLubyte *LoadRGBImage( const char *imageFile,
|
||||
GLint *width, GLint *height, GLenum *format );
|
||||
extern GLboolean
|
||||
LoadRGBMipmaps2( const char *imageFile, GLenum target,
|
||||
GLint intFormat, GLint *width, GLint *height );
|
||||
|
||||
|
||||
extern GLubyte *
|
||||
LoadRGBImage( const char *imageFile,
|
||||
GLint *width, GLint *height, GLenum *format );
|
||||
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user