TexAnimGLSL Class Reference

#include <shaderFeatureGLSL.h>

Inheritance diagram for TexAnimGLSL:

Inheritance graph
[legend]
List of all members.

Detailed Description

Tex Anim.


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 TexAnimGLSL::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 TexAnimGLSL::getName (  )  [inline, virtual]

Returns the name of this feature.

Reimplemented from ShaderFeatureGLSL.