MCPcopy Create free account
hub / github.com/NVIDIA-RTX/Donut / GetLayout

Method GetLayout

src/engine/MaterialBindingCache.cpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82nvrhi::IBindingLayout* donut::engine::MaterialBindingCache::GetLayout() const
83{
84 return m_BindingLayout;
85}
86
87nvrhi::IBindingSet* donut::engine::MaterialBindingCache::GetMaterialBindingSet(const Material* material)
88{

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected