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

Method AddUnconnectedParam

Hydrogent/src/HnMaterialNetwork.cpp:818–821  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

816
817
818void HnMaterialNetwork::AddUnconnectedParam(const pxr::TfToken& ParamName)
819{
820 m_Parameters.emplace_back(HnMaterialParameter::ParamType::Fallback, ParamName);
821}
822
823
824void HnMaterialNetwork::ProcessInputParameter(const pxr::HdMaterialNetwork2& Network,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected