This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

struct Enlighten::CachedLightWriter

Cached Lights writer.

Variables

Name Description
Geo::u8 * m_Mem

Destination memory.

Geo::u32 m_Size

Accumulated size written.

Functions

Name Description
CachedLightWriter(void *)

Constructor.

operator()(LightType *, bool)

Copies the given light.


Enlighten::CachedLightWriter::CachedLightWriter


public: CachedLightWriter
(
    void * destMem
)


Constructor.


void Enlighten::CachedLightWriter::operator()


public: void operator()
(
    LightType * light,
    bool selected
)


Copies the given light.

  • No labels