Added support for PNG

This commit is contained in:
Robert 2021-01-21 16:11:41 +01:00
parent 7571b3943d
commit 8174ebaee4
5 changed files with 27 additions and 6 deletions

View file

@ -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.