virtual processVert also on directx

This commit is contained in:
Anis 2014-12-19 12:25:56 +01:00
parent 30815cb641
commit 5c72035e01

View file

@ -58,6 +58,9 @@ class SpecularMapHLSL : public ShaderFeatureHLSL
{ {
public: public:
virtual void processVert( Vector<ShaderComponent*> &componentList,
const MaterialFeatureData &fd );
virtual void processPix( Vector<ShaderComponent*> &componentList, virtual void processPix( Vector<ShaderComponent*> &componentList,
const MaterialFeatureData &fd ); const MaterialFeatureData &fd );