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