summaryrefslogtreecommitdiff
path: root/DevIL/include/IL/devil_internal_exports.h
diff options
context:
space:
mode:
authorDenton Woods <denton.woods@gmail.com>2017-01-01 02:12:23 -0600
committerDenton Woods <denton.woods@gmail.com>2017-01-01 02:12:23 -0600
commit1e02ea233463d447f56a31982e132a76c1141651 (patch)
tree26251eae3a89a895a1350751db649eb6af57a1b8 /DevIL/include/IL/devil_internal_exports.h
parentf9d385e4cabe77764149f229c7fa68f6831121ad (diff)
downloaddevil-1e02ea233463d447f56a31982e132a76c1141651.tar.gz
- Added ilTexImageSurface from https://github.com/gscept/DevIL/commit/122565d1434a95c92c3a5c60679e231e0a0c9a91
Diffstat (limited to 'DevIL/include/IL/devil_internal_exports.h')
-rw-r--r--DevIL/include/IL/devil_internal_exports.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/DevIL/include/IL/devil_internal_exports.h b/DevIL/include/IL/devil_internal_exports.h
index 655082df..fd07d062 100644
--- a/DevIL/include/IL/devil_internal_exports.h
+++ b/DevIL/include/IL/devil_internal_exports.h
@@ -136,6 +136,7 @@ ILAPI ILimage* ILAPIENTRY ilNewImageFull (ILuint Width, ILuint Height, ILuint
ILAPI ILboolean ILAPIENTRY ilInitImage (ILimage *Image, ILuint Width, ILuint Height, ILuint Depth, ILubyte Bpp, ILenum Format, ILenum Type, void *Data);
ILAPI ILboolean ILAPIENTRY ilResizeImage (ILimage *Image, ILuint Width, ILuint Height, ILuint Depth, ILubyte Bpp, ILubyte Bpc);
ILAPI ILboolean ILAPIENTRY ilTexImage_ (ILimage *Image, ILuint Width, ILuint Height, ILuint Depth, ILubyte Bpp, ILenum Format, ILenum Type, void *Data);
+ILAPI ILboolean ILAPIENTRY ilTexImageSurface_(ILimage *Image, ILuint Width, ILuint Height, ILuint Depth, ILubyte Bpp, ILenum Format, ILenum Type, void *Data);
ILAPI ILboolean ILAPIENTRY ilTexSubImage_ (ILimage *Image, void *Data);
ILAPI void* ILAPIENTRY ilConvertBuffer (ILuint SizeOfData, ILenum SrcFormat, ILenum DestFormat, ILenum SrcType, ILenum DestType, ILpal *SrcPal, void *Buffer);
ILAPI ILimage* ILAPIENTRY iConvertImage (ILimage *Image, ILenum DestFormat, ILenum DestType);