Go to the source code of this file.
Data Structures | |
| struct | s_t2fsDataTextureHeader |
| struct | s_t2fsTexture |
Typedefs | |
| typedef struct s_t2fsDataTextureHeader | t2fsDataTextureHeader |
| typedef struct s_t2fsTexture | t2fsTexture |
Functions | |
| void | t2fs_texture_clear (t2fsTexture *texture) |
| uint32_t | t2fs_texture_count (t_t2fs *lib) |
| void | t2fs_texture_set_frame (t2fsTexture *texture, uint32_t frameIndex) |
| int | t2fs_texture_load (t_t2fs *lib, t2fsTexture *texture, uint32_t id) |
| void | t2fs_texture_unload (t2fsTexture *texture) |
| typedef struct s_t2fsTexture t2fsTexture |
| void t2fs_texture_clear | ( | t2fsTexture * | texture | ) |
| uint32_t t2fs_texture_count | ( | t_t2fs * | lib | ) |
| void t2fs_texture_set_frame | ( | t2fsTexture * | texture, |
| uint32_t | frameIndex ) |
| int t2fs_texture_load | ( | t_t2fs * | lib, |
| t2fsTexture * | texture, | ||
| uint32_t | id ) |
| void t2fs_texture_unload | ( | t2fsTexture * | texture | ) |