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

Method Create

Hydrogent/src/HnCamera.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40{
41
42HnCamera* HnCamera::Create(const pxr::SdfPath& Id)
43{
44 return new HnCamera{Id};
45}
46
47HnCamera::HnCamera(const pxr::SdfPath& Id) :
48 pxr::HdCamera{Id}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected