| 1528 | } |
| 1529 | |
| 1530 | void VideoDriver_Win32OpenGL::PopulateSystemSprites() |
| 1531 | { |
| 1532 | OpenGLBackend::Get()->PopulateCursorCache(); |
| 1533 | } |
| 1534 | |
| 1535 | void VideoDriver_Win32OpenGL::ClearSystemSprites() |
| 1536 | { |
nothing calls this directly
no test coverage detected