Gel2D - The free/open source game creation suite

gel::GelTexture Member List
This is the complete list of members for gel::GelTexture, including all inherited members.
GelTexture()gel::GelTexture
GelTexture(const GelString &filename, ImageType type, TextureFilter filter=GEL_LINEAR, TextureWrap wrap=GEL_NO_REPEAT)gel::GelTexture
GelTexture(GelImageData *image, TextureFilter filter=GEL_LINEAR, TextureWrap wrap=GEL_NO_REPEAT)gel::GelTexture
getBpp() const gel::GelTexture [inline]
getFormat() const gel::GelTexture [inline]
getHeight() const gel::GelTexture [inline]
getID() const gel::GelTexture [inline]
getRealHeight() const gel::GelTexture [inline]
getRealWidth() const gel::GelTexture [inline]
getWidth() const gel::GelTexture [inline]
load(const GelString &filename, ImageType type, TextureFilter filter=GEL_LINEAR, TextureWrap wrap=GEL_NO_REPEAT)gel::GelTexture
load(GelImageData *image, TextureFilter filter=GEL_LINEAR, TextureWrap wrap=GEL_NO_REPEAT)gel::GelTexture
loadOverlay(const GelString &filename, ImageType type, int xoffset, int yoffset)gel::GelTexture
setFilterMode(TextureFilter mode)gel::GelTexture
setTexFunc(TextureFunction mode)gel::GelTexture
setWrapMode(TextureWrap mode)gel::GelTexture
~GelTexture()gel::GelTexture