Documented load_png_as_texture()

This commit is contained in:
Yoz Grahame 2012-11-07 15:09:26 -08:00
parent 6e62e9ee32
commit c2c7f25a53

View file

@ -19,6 +19,12 @@
#define TEXTURE_LOAD_ERROR 0
/**
* Read a given filename as a PNG texture, and set
it as the current default OpenGL texture.
* @param[in] filename Relative path to PNG file
* @return Zero for success.
*/
int load_png_as_texture(char* filename)
{