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 (T2FSContext *ctx) |
| void | t2fs_texture_set_frame (T2FSTexture *texture, uint32_t frameIndex) |
| int | t2fs_texture_load (T2FSContext *ctx, 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 | ( | T2FSContext * | ctx | ) |
| void t2fs_texture_set_frame | ( | T2FSTexture * | texture, |
| uint32_t | frameIndex ) |
| int t2fs_texture_load | ( | T2FSContext * | ctx, |
| T2FSTexture * | texture, | ||
| uint32_t | id ) |
| void t2fs_texture_unload | ( | T2FSTexture * | texture | ) |