GoldFish Engine
Quite simple and lightweight game engine
|
Texture. More...
Go to the source code of this file.
Functions | |
gf_texture_t * | gf_texture_create (gf_draw_t *draw, int width, int height, unsigned char *data) |
Create texture. | |
void | gf_texture_destroy (gf_texture_t *texture) |
Destroy texture. | |
Texture.
Definition in file gf_texture.h.
|
extern |
Create texture.
draw | Drawing interface |
width | Width of texture |
height | Height of texture |
data | Texture data |
Definition at line 17 of file gf_texture.c.
|
extern |