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

Method getZeroOffset

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

Source from the content-addressed store, hash-verified

71}
72
73TypedShaderVarOffset ReflectionType::getZeroOffset() const
74{
75 return TypedShaderVarOffset(this, ShaderVarOffset::kZero);
76}
77
78TypedShaderVarOffset ReflectionType::getMemberOffset(std::string_view name) const
79{

Callers 1

getVariableOffsetMethod · 0.80

Calls 1

Tested by

no test coverage detected