Resets the texture cache
| 3584 | |
| 3585 | // Resets the texture cache |
| 3586 | void d3d_ResetCache() { |
| 3587 | d3d_FreeTextureCache(); |
| 3588 | d3d_TextureCacheInit(); |
| 3589 | } |
| 3590 | |
| 3591 | // returns rendering statistics for the frame |
| 3592 | void d3d_GetStatistics(tRendererStats *stats) { |
no test coverage detected