Versions Compared

Key

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

class Enlighten::IPrecompDepthCubeMap

    └>Geo::IGeoReleasable

Handle to the depth cube map data.

Functions

NameDescription
GetCubeMapData()

Read access to the raw array of texture data.

GetCubeMapDataSize()

Returns the texture size in memory.

GetFaceWidth()

Returns the cube map width.

NonCopyable(NonCopyable &&)

Defaulted to allow move.

operator=(NonCopyable &&)

Defaulted to allow move.

Release()

Free this object that was created within the Enlighten libraries.


Anchor
a25309daea46316722a7cc340cd88f2f9
a25309daea46316722a7cc340cd88f2f9

virtual const float* Enlighten::IPrecompDepthCubeMap::GetCubeMapData

...

public: const float * GetCubeMapData() const

...

Read access to the raw array of texture data.


Anchor
abec8237917549f65085635c114541047
abec8237917549f65085635c114541047

virtual Geo::s32 Enlighten::IPrecompDepthCubeMap::GetCubeMapDataSize

...

public: Geo::s32 GetCubeMapDataSize() const

...

Returns the texture size in memory.


Anchor
a536fafde40df90f6d10a2d53b77ffd65
a536fafde40df90f6d10a2d53b77ffd65

virtual Geo::s32 Enlighten::IPrecompDepthCubeMap::GetFaceWidth

...

public: Geo::s32 GetFaceWidth() const

...

Returns the cube map width.


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)'