Skip to content

Commit

Permalink
Added GL_GetTextureInfo()
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jun 10, 2003
1 parent b69788d commit 991bdec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/Include/gl_tex.h
Expand Up @@ -55,6 +55,7 @@ byte * GL_LoadImage(image_t *img, const char *imagefn, boolean useModelPath);
byte * GL_LoadImageCK(image_t *img, const char *imagefn, boolean useModelPath);
byte * GL_LoadTexture(image_t *img, char *name);
void GL_DestroyImage(image_t *img);
DGLuint GL_GetTextureInfo(int index);
DGLuint GL_PrepareTexture(int idx);
DGLuint GL_PrepareFlat(int idx);
DGLuint GL_PrepareLightTexture(void); // The dynamic light map.
Expand Down

0 comments on commit 991bdec

Please sign in to comment.