29 #include "CommandList.h" 30 #include "DeviceObjectBase.h" 31 #include "RenderDeviceBase.h" 36 struct CommandListDesc :
public DeviceObjectAttribs
44 template<
class BaseInterface>
62 IMPLEMENT_QUERY_INTERFACE_IN_PLACE( IID_CommandList, TDeviceObjectBase )
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
CommandListBase(IReferenceCounters *pRefCounters, IRenderDevice *pDevice, bool bIsDeviceInternal=false)
Definition: CommandListBase.h:54
Template class implementing base functionality for a device object.
Definition: DeviceObjectBase.h:42