| 1205 | } |
| 1206 | |
| 1207 | void EI_Device::WaitForLastFrameGraphics() |
| 1208 | { |
| 1209 | m_lastFrameGraphicsCommandBufferFence.CpuWaitForFence(1); |
| 1210 | } |
| 1211 | |
| 1212 | void EI_Device::SubmitComputeCommandList() |
| 1213 | { |
nothing calls this directly
no outgoing calls
no test coverage detected