Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

class Enlighten::IBakeTextureManager

    └>Geo::IGeoReleasable

Interface for providing and caching textures.

Functions

NameDescription
GetTexture(const GeoTextureString &)

Request a texture from the manager, implementations should cache this returned value for future requests.

NonCopyable(NonCopyable &&)

Defaulted to allow move.

operator=(NonCopyable &&)

Defaulted to allow move.

Release()

Free this object that was created within the Enlighten libraries.


Anchor
ab0d885e240d38c74cb77c68d0fe560e4
ab0d885e240d38c74cb77c68d0fe560e4

virtual const BakeInputTexture* Enlighten::IBakeTextureManager::GetTexture

...

public: const BakeInputTexture * GetTexture
(
    const GeoTextureString & textureIdentifier
) const

...

Request a texture from the manager, implementations should cache this returned value for future requests.


Anchor
adaed81b4c59f263dcb4e78c4126f4683
adaed81b4c59f263dcb4e78c4126f4683

Geo::NonCopyable::NonCopyable

...

public: NonCopyable
(
    NonCopyable &&
)

...

Defaulted to allow move.


Anchor
a6abc781e23b8f4864e0b868806e0acbf
a6abc781e23b8f4864e0b868806e0acbf

NonCopyable& Geo::NonCopyable::operator=

...

public: NonCopyable & operator=
(
    NonCopyable &&
)

...

Defaulted to allow move.


Anchor
af6bdf30b42adde386c428e9dc2821eb9
af6bdf30b42adde386c428e9dc2821eb9

virtual void Geo::IGeoReleasable::Release

...

public: void Release()

...

Free this object that was created within the Enlighten libraries.

Expect this to behave in a similar way to calling 'delete(this)'