| | 119 | typedef ILboolean function(ILenum Renderer) pfilutRenderer; |
|---|
| | 120 | typedef GLuint function() pfilutGLBindTexImage; |
|---|
| | 121 | typedef GLuint function() pfilutGLBindMipmaps; |
|---|
| | 122 | typedef ILboolean function() pfilutGLBuildMipmaps; |
|---|
| | 123 | typedef GLuint function( ILstring FileName) pfilutGLLoadImage; |
|---|
| | 124 | typedef ILboolean function() pfilutGLScreen; |
|---|
| | 125 | typedef ILboolean function() pfilutGLScreenie; |
|---|
| | 126 | typedef ILboolean function( ILstring FileName, GLuint TexID) pfilutGLSaveImage; |
|---|
| | 127 | typedef ILboolean function(GLuint TexID) pfilutGLSetTex; |
|---|
| | 128 | typedef ILboolean function(GLuint Level) pfilutGLTexImage; |
|---|
| 147 | | |
|---|
| 148 | | |
|---|
| 149 | | // ImageLib Utility Toolkit's OpenGL Functions |
|---|
| 150 | | typedef GLuint function() pfilutGLBindTexImage; |
|---|
| 151 | | typedef GLuint function() pfilutGLBindMipmaps; |
|---|
| 152 | | typedef ILboolean function() pfilutGLBuildMipmaps; |
|---|
| 153 | | typedef GLuint function( ILstring FileName) pfilutGLLoadImage; |
|---|
| 154 | | typedef ILboolean function() pfilutGLScreen; |
|---|
| 155 | | typedef ILboolean function() pfilutGLScreenie; |
|---|
| 156 | | typedef ILboolean function( ILstring FileName, GLuint TexID) pfilutGLSaveImage; |
|---|
| 157 | | typedef ILboolean function(GLuint TexID) pfilutGLSetTex; |
|---|
| 158 | | typedef ILboolean function(GLuint Level) pfilutGLTexImage; |
|---|