Skip to content

Commit

Permalink
Updated the description of esLoadTGA to include 8-bit and 32-bit file.
Browse files Browse the repository at this point in the history
  • Loading branch information
bpurnomo committed Nov 18, 2013
1 parent 28c7430 commit f19d512
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Common/Include/esUtil.h
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ int ESUTIL_API esGenCube ( float scale, GLfloat **vertices, GLfloat **normals,
int ESUTIL_API esGenSquareGrid ( int size, GLfloat **vertices, GLuint **indices );

//
/// \brief Loads a 24-bit TGA image from a file
/// \brief Loads a 8-bit, 24-bit or 32-bit TGA image from a file
/// \param ioContext Context related to IO facility on the platform
/// \param fileName Name of the file on disk
/// \param width Width of loaded image in pixels
Expand Down
2 changes: 1 addition & 1 deletion Common/Source/esUtil.c
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ static int esFileRead ( esFile *pFile, int bytesToRead, void *buffer )
///
// esLoadTGA()
//
// Loads a 24-bit TGA image from a file
// Loads a 8-bit, 24-bit or 32-bit TGA image from a file
//
char *ESUTIL_API esLoadTGA ( void *ioContext, const char *fileName, int *width, int *height )
{
Expand Down

0 comments on commit f19d512

Please sign in to comment.