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

Method BeginNewCommandBuffer

src/DX12/DX12EngineInterfaceImpl.cpp:1243–1247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1241}
1242
1243void EI_Device::BeginNewCommandBuffer()
1244{
1245 m_currentCommandBuffer.commandBuffer = m_commandListRing.GetNewCommandList();
1246 m_recording = true;
1247}
1248
1249void EI_Device::BeginNewComputeCommandBuffer()
1250{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected