mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Documented load_png_as_texture()
This commit is contained in:
parent
6e62e9ee32
commit
c2c7f25a53
1 changed files with 6 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue