MCPcopy Create free account
hub / github.com/DiligentGraphics/DiligentFX / HnTextureRegistry

Method HnTextureRegistry

Hydrogent/src/HnTextureRegistry.cpp:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41{
42
43HnTextureRegistry::HnTextureRegistry(IRenderDevice* pDevice,
44 GLTF::ResourceManager* pResourceManager) :
45 m_pDevice{pDevice},
46 m_pResourceManager{pResourceManager}
47{
48}
49
50HnTextureRegistry::~HnTextureRegistry()
51{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected