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

Method Create

Hydrogent/src/HnRenderPassState.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36{
37
38pxr::HdRenderPassStateSharedPtr HnRenderPassState::Create()
39{
40 return pxr::HdRenderPassStateSharedPtr{new HnRenderPassState()};
41}
42
43HnRenderPassState::HnRenderPassState()
44{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected