This is the documentation for Enlighten.
class Enlighten IPrecompDepthCubeMap
class Enlighten::IPrecompDepthCubeMap
  └>Geo::IGeoReleasable
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. |
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.
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)'