Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

struct Enlighten::CountLightSizeVisitor

Count light size.

Variables

NameDescription
Geo::u32 m_Size

Accumulated light size.

Functions

NameDescription
CountLightSizeVisitor()

Constructor.

operator()(LightType *)

Accumulates the light size.


Anchor
abf22ae0c9ba157c4bd6a34cd3d6d1b7d
abf22ae0c9ba157c4bd6a34cd3d6d1b7d

Enlighten::CountLightSizeVisitor::CountLightSizeVisitor

...

public: CountLightSizeVisitor()

...

Constructor.


Anchor
ac8930189b3769aea5ffc2d2de6c80c9f
ac8930189b3769aea5ffc2d2de6c80c9f

void Enlighten::CountLightSizeVisitor::operator()

...

public: void operator()
(
    LightType * light
)

...

Accumulates the light size.