TextureAttribute::GetTexture
Defined in:
Returns the texture map object.
C4Attributes.h
Prototype
Texture *const& GetTexture(void) const;
Description
The GetTexture
function returns a pointer to the texture map object used by the attribute.
See Also