Cached Lights writer.
Name | Description |
---|---|
Geo::u8 * m_Mem | Destination memory. |
Geo::u32 m_Size | Accumulated size written. |
Name | Description |
---|---|
CachedLightWriter(void *) | Constructor. |
operator()(LightType *, bool) | Copies the given light. |
public: CachedLightWriter
(
void * destMem
)
Constructor.
public: void operator()
(
LightType * light,
bool selected
)
Copies the given light.