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

Method WaitForLastFrameGraphics

src/DX12/DX12EngineInterfaceImpl.cpp:1207–1210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1205}
1206
1207void EI_Device::WaitForLastFrameGraphics()
1208{
1209 m_lastFrameGraphicsCommandBufferFence.CpuWaitForFence(1);
1210}
1211
1212void EI_Device::SubmitComputeCommandList()
1213{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected