///////////////////////////////////////////////////////
| 68 | { |
| 69 | //////////////////////////////////////////////////////////// |
| 70 | Texture::Texture() : m_cacheId(TextureImpl::getUniqueId()) |
| 71 | { |
| 72 | } |
| 73 | |
| 74 | |
| 75 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no test coverage detected