| 74 | static bool IsPowerOfTwo(uint32_t width, uint32_t height); |
| 75 | |
| 76 | void DeferredCleanup(std::vector<drape_ptr<HWTexture>> & toCleanup) |
| 77 | { |
| 78 | toCleanup.push_back(std::move(m_hwTexture)); |
| 79 | Destroy(); |
| 80 | } |
| 81 | |
| 82 | protected: |
| 83 | void Destroy(); |
no test coverage detected