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

Method bindForCompute

Source/Falcor/Core/API/Shared/D3D12RootSignature.cpp:431–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429}
430
431void D3D12RootSignature::bindForCompute(CopyContext* pCtx)
432{
433 bindRootSigCommon<false>(pCtx, mApiHandle);
434}
435
436void D3D12RootSignature::bindForGraphics(CopyContext* pCtx)
437{

Callers 1

dispatchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected