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