| 125 | } |
| 126 | |
| 127 | Tr2EffectPassParameters::~Tr2EffectPassParameters() |
| 128 | { |
| 129 | for( auto it = m_reroutedParameters.begin(); it != m_reroutedParameters.end(); ++it ) |
| 130 | { |
| 131 | ( *it )->SetDestination( NULL, 0 ); |
| 132 | ( *it )->Unlock(); |
| 133 | } |
| 134 | } |
| 135 | |
| 136 | void Tr2EffectPassParameters::AddUsedResource( ITr2EffectValuePtr resource ) |
| 137 | { |
nothing calls this directly
no test coverage detected