class Enlighten::NullMaterialEmissiveSampler
└>Enlighten::NullSampler< NullMaterialEmissiveSampler >
An emissive material sampler which returns black.
Functions
Name | Description |
---|---|
BeginCluster() | Begins a cluster. |
EndCluster(const Geo::v128 &) | Ends a cluster. |
GetEmissive() | Returns black. |
NullMaterialEmissiveSampler(const IndirectInputLightingParameters &, const InputWorkspaceInternal &) | Constructor. |
NullSampler() | Constructors. |
NullSampler(const IndirectInputLightingParameters &, const InputWorkspaceInternal &) | Constructors. |
operator++() | Prefix ++. |
operator++(int) | Postfix ++. |
SampleQuad() | Samples a quad. |
Anchor | ||||
---|---|---|---|---|
|
GEO_CONTROLLED_INLINE void Enlighten::NullSampler< Derived >::BeginCluster
...
public: GEO_CONTROLLED_INLINE void BeginCluster()
...
Begins a cluster.
Anchor | ||||
---|---|---|---|---|
|
GEO_CONTROLLED_INLINE void Enlighten::NullSampler< Derived >::EndCluster
...
public: GEO_CONTROLLED_INLINE void EndCluster
(
const Geo::v128 & normalizationVector
)
...
Ends a cluster.
Anchor | ||||
---|---|---|---|---|
|
Geo::v128 Enlighten::NullMaterialEmissiveSampler::GetEmissive
...
public: Geo::v128 GetEmissive() const
...
Returns black.
Anchor | ||||
---|---|---|---|---|
|
Enlighten::NullMaterialEmissiveSampler::NullMaterialEmissiveSampler
...
public: NullMaterialEmissiveSampler
(
const IndirectInputLightingParameters & params,
const InputWorkspaceInternal & inputWorkspace
)
...
Constructor.
Anchor | ||||
---|---|---|---|---|
|
Enlighten::NullSampler< Derived >::NullSampler
...
public: NullSampler()
...
Constructors.
Anchor | ||||
---|---|---|---|---|
|
Enlighten::NullSampler< Derived >::NullSampler
...
public: NullSampler
(
const IndirectInputLightingParameters & params,
const InputWorkspaceInternal & inputWorkspace
)
...
Constructors.
Anchor | ||||
---|---|---|---|---|
|
GEO_CONTROLLED_INLINE Derived& Enlighten::NullSampler< Derived >::operator++
...
public: GEO_CONTROLLED_INLINE Derived & operator++()
...
Prefix ++.
Anchor | ||||
---|---|---|---|---|
|
GEO_CONTROLLED_INLINE const Derived Enlighten::NullSampler< Derived >::operator++
...
public: GEO_CONTROLLED_INLINE const Derived operator++
(
int
)
...
Postfix ++.
Anchor | ||||
---|---|---|---|---|
|
GEO_CONTROLLED_INLINE void Enlighten::NullSampler< Derived >::SampleQuad
...
public: GEO_CONTROLLED_INLINE void SampleQuad()
...
Samples a quad.