void updateCachedScaleValues()
updates cached scale value used to map pixels to texture co-ords.
Divide::Handle< Divide::Texture > _texture
The Divide texture used for storing this DVDTexture's data.
const Sizef & getSize() const override
const String & getName() const override
const String _name
The name given for this texture.
Vector2f _texelScaling
cached pixel to texel mapping scale values.
Sizef _dataSize
original size of pixel data loaded into texture
const Sizef & getOriginalDataSize() const override
Divide::Handle< Divide::Texture > getDVDTexture() const
Return the internal Divide::Texture pointer used by this Texture object.
const Vector2f & getTexelScaling() const override