NamedTexTarget

Engine/source/materials/matTextureTarget.h

More...

Public Types

TargetMap 
TexDelegate 

The delegate used to override the getTexture method.

Protected Static Attributes

Protected Attributes

Public Static Functions

Detailed Description

Public Types

typedef Map< String, NamedTexTarget * > TargetMap 
typedef Delegate< GFXTextureObject *(U32)> TexDelegate 

The delegate used to override the getTexture method.

Protected Static Attributes

TargetMap smTargets 

Protected Attributes

ConditionerFeature * mConditioner 
bool mIsRegistered 
String mName 

The target name we were registered with.

GFXSamplerStateDesc mSamplerDesc 
GFXTexHandle mTex [4]

The held textures.

TexDelegate mTexDelegate 
RectI mViewport