This is the documentation for Enlighten.
class Enlighten IPrecompDepthCubeMap
class Enlighten::IPrecompDepthCubeMap
Handle to the depth cube map data.
Functions
Name | Description |
|---|---|
Read access to the raw array of texture data. | |
Returns the texture size in memory. | |
Returns the cube map width. | |
Defaulted to allow move. | |
Defaulted to allow move. | |
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.