MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / getMemberOffset

Method getMemberOffset

Source/Falcor/Core/Program/ProgramReflection.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78TypedShaderVarOffset ReflectionType::getMemberOffset(std::string_view name) const
79{
80 return getZeroOffset()[name];
81}
82
83// Represents one link in a "breadcrumb trail" leading from a particular variable
84// back through the path of member-access operations that led to it.

Callers 1

getResourceBindingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected