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

Method CreateFallback

Hydrogent/src/HnMaterial.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71HnMaterial* HnMaterial::CreateFallback(HnTextureRegistry& TexRegistry, const USD_Renderer& UsdRenderer)
72{
73 return new HnMaterial{TexRegistry, UsdRenderer};
74}
75
76HnMaterial::HnMaterial(const pxr::SdfPath& id) :
77 pxr::HdMaterial{id}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected