|
@@ -58,6 +58,9 @@ class SpecularMapHLSL : public ShaderFeatureHLSL
|
|
|
{
|
|
|
|
|
|
public:
|
|
|
+ virtual void processVert( Vector<ShaderComponent*> &componentList,
|
|
|
+ const MaterialFeatureData &fd );
|
|
|
+
|
|
|
virtual void processPix( Vector<ShaderComponent*> &componentList,
|
|
|
const MaterialFeatureData &fd );
|
|
|
|
|
@@ -74,4 +77,4 @@ public:
|
|
|
}
|
|
|
};
|
|
|
|
|
|
-#endif // _PIXSPECULAR_HLSL_H_
|
|
|
+#endif // _PIXSPECULAR_HLSL_H_
|