This is the documentation for Enlighten.

class Enlighten IGpuTexture

class Enlighten::IGpuTexture

    └>Geo::IGeoReleasable

IGpuTexture is the main interface used by the HLRT to keep track of output textures.

It is a wrapper around the IGpuTextureUpdater interface to allow users the option to derive classes from this interface without having to supply the full texture updater implementation. (This is what the GeoViewer and GeoRadiosity applications do.)

Functions

Name Description
GetUpdater()

Gets the underlying updater interface.

Release()

Free this object that was created within the Enlighten libraries.


virtual IGpuTextureUpdater* Enlighten::IGpuTexture::GetUpdater


public: IGpuTextureUpdater * GetUpdater()


Gets the underlying updater interface.


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