29 #include "CommandListBase.h" 41 m_pCmdContext(pCmdContext)
47 VERIFY(m_pCmdContext ==
nullptr,
"Destroying command list that was never executed");
50 CommandContext* Close()
52 CommandContext* pCmdContext = m_pCmdContext;
53 m_pCmdContext =
nullptr;
58 CommandContext* m_pCmdContext =
nullptr;
Template class implementing base functionality for a command list object.
Definition: CommandListBase.h:45
Render device interface.
Definition: RenderDevice.h:55
Namespace for the OpenGL implementation of the graphics engine.
Definition: BufferD3D11Impl.h:34
Implementation of the Diligent::ICommandList interface.
Definition: CommandListD3D12Impl.h:35