///////////////////////////////////////////////////////
| 71 | |
| 72 | //////////////////////////////////////////////////////////// |
| 73 | bool RenderTextureImplDefault::activate(bool active) |
| 74 | { |
| 75 | return m_context->setActive(active); |
| 76 | } |
| 77 | |
| 78 | |
| 79 | //////////////////////////////////////////////////////////// |