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

Method Create

Hydrogent/src/HnMesh.cpp:55–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53{
54
55HnMesh* 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
64HnMesh::HnMesh(pxr::TfToken const& typeId,
65 pxr::SdfPath const& id,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected