Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
431
void D3D12RootSignature::bindForCompute(CopyContext* pCtx)
432
{
433
bindRootSigCommon<false>(pCtx, mApiHandle);
434
}
435
436
void D3D12RootSignature::bindForGraphics(CopyContext* pCtx)
437
{
Callers
1
dispatch
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected