-----------------------------------------------------------------------------
| 911 | } |
| 912 | //----------------------------------------------------------------------------- |
| 913 | void AutoParamDataSource::setCurrentRenderTarget(const RenderTarget* target) |
| 914 | { |
| 915 | mCurrentRenderTarget = target; |
| 916 | } |
| 917 | //----------------------------------------------------------------------------- |
| 918 | const RenderTarget* AutoParamDataSource::getCurrentRenderTarget(void) const |
| 919 | { |
no outgoing calls
no test coverage detected