This is the documentation for Enlighten.
class Enlighten IPrecompDepthCubeMap
class Enlighten::IPrecompDepthCubeMap
Handle to the depth cube map data.
Functions
| Name | Description | 
|---|---|
| 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. | 
virtual const float* Enlighten::IPrecompDepthCubeMap::GetCubeMapData
public: const float * GetCubeMapData() const
Read access to the raw array of texture data.
virtual Geo::s32 Enlighten::IPrecompDepthCubeMap::GetCubeMapDataSize
public: Geo::s32 GetCubeMapDataSize() const
Returns the texture size in memory.
virtual Geo::s32 Enlighten::IPrecompDepthCubeMap::GetFaceWidth
public: Geo::s32 GetFaceWidth() const
Returns the cube map width.
Geo::NonCopyable::NonCopyable
public: NonCopyable
(
    NonCopyable && 
)
Defaulted to allow move.
NonCopyable& Geo::NonCopyable::operator=
public: NonCopyable & operator=
(
    NonCopyable && 
)
Defaulted to allow move.
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)'