///////////////////////////////////////////////////////
| 254 | |
| 255 | //////////////////////////////////////////////////////////// |
| 256 | void RenderTarget::setView(const View& view) |
| 257 | { |
| 258 | m_view = view; |
| 259 | m_cache.viewChanged = true; |
| 260 | } |
| 261 | |
| 262 | |
| 263 | //////////////////////////////////////////////////////////// |