| 53 | { |
| 54 | |
| 55 | HnMesh* HnMesh::Create(pxr::TfToken const& typeId, |
| 56 | pxr::SdfPath const& id, |
| 57 | HnRenderDelegate& RenderDelegate, |
| 58 | Uint32 UID, |
| 59 | entt::entity Entity) |
| 60 | { |
| 61 | return new HnMesh{typeId, id, RenderDelegate, UID, Entity}; |
| 62 | } |
| 63 | |
| 64 | HnMesh::HnMesh(pxr::TfToken const& typeId, |
| 65 | pxr::SdfPath const& id, |
nothing calls this directly
no outgoing calls
no test coverage detected