Contains information about the underlying OpenGL texture and the u/v space used for image data. More...
Public Attributes | |
int | texName |
float | left |
float | right |
float | top |
float | bottom |
Contains information about the underlying OpenGL texture and the u/v space used for image data.
Can be retrieved from some images to use them in OpenGL operations.
Definition at line 16 of file ImageData.hpp.
float Gosu::GLTexInfo::bottom |
Definition at line 19 of file ImageData.hpp.
float Gosu::GLTexInfo::left |
Definition at line 19 of file ImageData.hpp.
float Gosu::GLTexInfo::right |
Definition at line 19 of file ImageData.hpp.
Definition at line 18 of file ImageData.hpp.
float Gosu::GLTexInfo::top |
Definition at line 19 of file ImageData.hpp.