| 122 | } |
| 123 | |
| 124 | void TextureManager::BaseRegion::SetResourceInfo(ref_ptr<Texture::ResourceInfo> info) |
| 125 | { |
| 126 | m_info = std::move(info); |
| 127 | } |
| 128 | |
| 129 | void TextureManager::BaseRegion::SetTexture(ref_ptr<Texture> texture) |
| 130 | { |
no outgoing calls
no test coverage detected