mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 16:14:38 +00:00
virtual processVert also on directx
This commit is contained in:
parent
30815cb641
commit
5c72035e01
1 changed files with 4 additions and 1 deletions
|
|
@ -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 );
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue