| 69 | } |
| 70 | |
| 71 | HnMaterial* HnMaterial::CreateFallback(HnTextureRegistry& TexRegistry, const USD_Renderer& UsdRenderer) |
| 72 | { |
| 73 | return new HnMaterial{TexRegistry, UsdRenderer}; |
| 74 | } |
| 75 | |
| 76 | HnMaterial::HnMaterial(const pxr::SdfPath& id) : |
| 77 | pxr::HdMaterial{id} |
nothing calls this directly
no outgoing calls
no test coverage detected