Added support for PNG
This commit is contained in:
parent
7571b3943d
commit
8174ebaee4
5 changed files with 27 additions and 6 deletions
|
@ -19,7 +19,7 @@ namespace oglu
|
|||
*
|
||||
* @param[in] index Index of the texture unit (Note: This index is actually an offset to @p GL_TEXTURE0)
|
||||
*/
|
||||
void ActiveTexture(GLubyte index);
|
||||
void OGLU_API ActiveTexture(GLubyte index);
|
||||
|
||||
/**
|
||||
* @brief An object representing an OpenGL Texture.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue