MCPcopy Create free account
hub / github.com/GPUOpen-Effects/TressFX / Dispatch

Method Dispatch

src/DX12/DX12EngineInterfaceImpl.cpp:1638–1641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1636}
1637
1638void EI_CommandContext::Dispatch(int numGroups)
1639{
1640 commandBuffer->Dispatch(numGroups, 1, 1);
1641}
1642
1643void EI_CommandContext::UpdateBuffer(EI_Resource* res, void* data)
1644{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected