![]() |
GoldFish Engine
Quite simple and lightweight game engine
|
Texture. More...
#include <gf_type/texture.h>
Data Fields | |
gf_draw_driver_texture_t * | draw_driver_texture |
Driver-dependent texture. | |
int | width |
Width of texture. | |
int | height |
Height of texture. | |
int | internal_width |
Internal width of texture. | |
int | internal_height |
Internal height of texture. | |
gf_texture_t::draw_driver_texture |