| 917 | } |
| 918 | |
| 919 | void DiffuseMapFeatHLSL::processVert( Vector<ShaderComponent*> &componentList, |
| 920 | const MaterialFeatureData &fd ) |
| 921 | { |
| 922 | MultiLine *meta = new MultiLine; |
| 923 | getOutTexCoord( "texCoord", |
| 924 | "float2", |
| 925 | fd.features[MFT_TexAnim], |
| 926 | meta, |
| 927 | componentList ); |
| 928 | output = meta; |
| 929 | } |
| 930 | |
| 931 | U32 DiffuseMapFeatHLSL::getOutputTargets(const MaterialFeatureData &fd) const |
| 932 | { |
nothing calls this directly
no test coverage detected