| 854 | } |
| 855 | |
| 856 | PrePassMatInstance::PrePassMatInstance(MatInstance* root, const RenderPrePassMgr *prePassMgr) |
| 857 | : Parent(*root->getMaterial()), mPrePassMgr(prePassMgr) |
| 858 | { |
| 859 | mFeatureList = root->getRequestedFeatures(); |
| 860 | mVertexFormat = root->getVertexFormat(); |
| 861 | mUserObject = root->getUserObject(); |
| 862 | } |
| 863 | |
| 864 | PrePassMatInstance::~PrePassMatInstance() |
| 865 | { |
nothing calls this directly
no test coverage detected