DynamicLightingDummyFeatureHLSL Class Reference

#include <sgLightingFeaturesHLSL.h>

Inheritance diagram for DynamicLightingDummyFeatureHLSL:

Inheritance graph
[legend]
List of all members.

Public Member Functions

virtual Material::BlendOp getBlendOp ()
 Identifies what type of blending a feature uses.
virtual String getName ()
 Returns the name of this feature.

Member Function Documentation

virtual Material::BlendOp DynamicLightingDummyFeatureHLSL::getBlendOp (  )  [inline, virtual]

Identifies what type of blending a feature uses.

This is used to group features with the same blend operation together in a multipass situation.

Reimplemented from ShaderFeature.

virtual String DynamicLightingDummyFeatureHLSL::getName (  )  [inline, virtual]

Returns the name of this feature.

Reimplemented from ShaderFeatureHLSL.