| 1557 | } |
| 1558 | |
| 1559 | void *VideoDriver_Win32OpenGL::GetVideoPointer() |
| 1560 | { |
| 1561 | if (BlitterFactory::GetCurrentBlitter()->NeedsAnimationBuffer()) { |
| 1562 | this->anim_buffer = OpenGLBackend::Get()->GetAnimBuffer(); |
| 1563 | } |
| 1564 | return OpenGLBackend::Get()->GetVideoBuffer(); |
| 1565 | } |
| 1566 | |
| 1567 | void VideoDriver_Win32OpenGL::ReleaseVideoPointer() |
| 1568 | { |
no test coverage detected