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

Method setUav

Source/Falcor/Core/Program/ShaderVar.cpp:235–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235void ShaderVar::setUav(const ref<UnorderedAccessView>& pUav) const
236{
237 mpBlock->setUav(mOffset, pUav);
238}
239
240ref<UnorderedAccessView> ShaderVar::getUav() const
241{

Callers 4

dispatchMethod · 0.45
copyColorChannelMethod · 0.45
integrateEmissiveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected