mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-18 14:13:48 +00:00
make override processVert on SpecularMap feature
This commit is contained in:
parent
1751e60734
commit
4bf5aade6e
1 changed files with 4 additions and 1 deletions
|
|
@ -58,6 +58,9 @@ class SpecularMapGLSL : public ShaderFeatureGLSL
|
|||
{
|
||||
|
||||
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_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue