| 1241 | } |
| 1242 | |
| 1243 | void EI_Device::BeginNewCommandBuffer() |
| 1244 | { |
| 1245 | m_currentCommandBuffer.commandBuffer = m_commandListRing.GetNewCommandList(); |
| 1246 | m_recording = true; |
| 1247 | } |
| 1248 | |
| 1249 | void EI_Device::BeginNewComputeCommandBuffer() |
| 1250 | { |
nothing calls this directly
no outgoing calls
no test coverage detected