Versions Compared

Key

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

class Enlighten::NullMaterialEmissiveSampler

    └>Enlighten::NullSampler< NullMaterialEmissiveSampler >

An emissive material sampler which returns black.

Functions


Anchor
a482c4d479a9ee0b649d6fbb62c2fc61c
a482c4d479a9ee0b649d6fbb62c2fc61c

GEO_CONTROLLED_INLINE void Enlighten::NullSampler< Derived >::BeginCluster

...

public: GEO_CONTROLLED_INLINE void BeginCluster()

...

Begins a cluster.


Anchor
a0918daaf81c37f29f800bb85bc5a702e
a0918daaf81c37f29f800bb85bc5a702e

GEO_CONTROLLED_INLINE void Enlighten::NullSampler< Derived >::EndCluster

...

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

...

Ends a cluster.


Anchor
ab2422205738edfcca906dd562c24e020
ab2422205738edfcca906dd562c24e020

Geo::v128 Enlighten::NullMaterialEmissiveSampler::GetEmissive

...

public: Geo::v128 GetEmissive() const

...

Returns black.


Anchor
aca7f449eaab2c55f94a05c42db814cad
aca7f449eaab2c55f94a05c42db814cad

Enlighten::NullMaterialEmissiveSampler::NullMaterialEmissiveSampler

...

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

...

Constructor.


Anchor
abd15a6e99da01cddcd7d5c35c4460513
abd15a6e99da01cddcd7d5c35c4460513

Enlighten::NullSampler< Derived >::NullSampler

...

public: NullSampler()

...

Constructors.


Anchor
ac39f54cf2806879ef9af310f7bebc6e6
ac39f54cf2806879ef9af310f7bebc6e6

Enlighten::NullSampler< Derived >::NullSampler

...

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

...

Constructors.


Anchor
a9363f94b929707d288e84ab33113861e
a9363f94b929707d288e84ab33113861e

GEO_CONTROLLED_INLINE Derived& Enlighten::NullSampler< Derived >::operator++

...

public: GEO_CONTROLLED_INLINE Derived & operator++()

...

Prefix ++.


Anchor
ad17e6156965c5d561d7f65929f432ef7
ad17e6156965c5d561d7f65929f432ef7

GEO_CONTROLLED_INLINE const Derived Enlighten::NullSampler< Derived >::operator++

...

public: GEO_CONTROLLED_INLINE const Derived operator++
(
    int
)

...

Postfix ++.


Anchor
a6e53be0420e1960dff1d5e3c6bbbc6ee
a6e53be0420e1960dff1d5e3c6bbbc6ee

GEO_CONTROLLED_INLINE void Enlighten::NullSampler< Derived >::SampleQuad

...

public: GEO_CONTROLLED_INLINE void SampleQuad()

...

Samples a quad.