Versions Compared

Key

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

class Enlighten::MaterialAlbedoSampler

Albedo sampler read the cluster albedo after all the quads have been sampled.

Functions


Anchor
ad59de225e4abc25da11701a5e14b8615
ad59de225e4abc25da11701a5e14b8615

GEO_CONTROLLED_INLINE void Enlighten::MaterialAlbedoSampler::BeginCluster

...

public: GEO_CONTROLLED_INLINE void BeginCluster()

...

Begins a cluster.


Anchor
a1bbafb6268656644d4ed4e2efd0a2839
a1bbafb6268656644d4ed4e2efd0a2839

GEO_CONTROLLED_INLINE void Enlighten::MaterialAlbedoSampler::EndCluster

...

public: GEO_CONTROLLED_INLINE void EndCluster
(
    const Geo::v128 & normalizationVector
)

...

Ends a cluster.


Anchor
aafbda5766f385b1b23aa039adff54c49
aafbda5766f385b1b23aa039adff54c49

Geo::v128 Enlighten::MaterialAlbedoSampler::GetAlbedo

...

public: Geo::v128 GetAlbedo() const

...

Gets the albedo.


Anchor
a5d67d338f4fdf4be70a98cd9bccce9d8
a5d67d338f4fdf4be70a98cd9bccce9d8

Enlighten::MaterialAlbedoSampler::MaterialAlbedoSampler

...

public: MaterialAlbedoSampler
(
    const IndirectInputLightingParameters & params,
    const InputWorkspaceInternal & inputWorkspace
)

...

Constructor.


Anchor
ac5a23b1563423748aec58f2aa3144fa2
ac5a23b1563423748aec58f2aa3144fa2

GEO_CONTROLLED_INLINE MaterialAlbedoSampler& Enlighten::MaterialAlbedoSampler::operator++

...

public: GEO_CONTROLLED_INLINEMaterialAlbedoSampler & operator++()

...

Prefix ++.


Anchor
a270ea22615720894c2e92c31766d8ef2
a270ea22615720894c2e92c31766d8ef2

GEO_CONTROLLED_INLINE const MaterialAlbedoSampler Enlighten::MaterialAlbedoSampler::operator++

...

public: GEO_CONTROLLED_INLINE const MaterialAlbedoSampler operator++
(
    int
)

...

Postfix ++.


Anchor
a9e06036be0b93d8d0de1d42d3a4e773b
a9e06036be0b93d8d0de1d42d3a4e773b

GEO_CONTROLLED_INLINE void Enlighten::MaterialAlbedoSampler::SampleQuad

...

public: GEO_CONTROLLED_INLINE void SampleQuad()

...

Samples a quad.