| 41 | { |
| 42 | |
| 43 | HnTextureRegistry::HnTextureRegistry(IRenderDevice* pDevice, |
| 44 | GLTF::ResourceManager* pResourceManager) : |
| 45 | m_pDevice{pDevice}, |
| 46 | m_pResourceManager{pResourceManager} |
| 47 | { |
| 48 | } |
| 49 | |
| 50 | HnTextureRegistry::~HnTextureRegistry() |
| 51 | { |
nothing calls this directly
no outgoing calls
no test coverage detected