template<typename EngineImplTraits>
CommandListBase class
Template class implementing base functionality of the command list object.
| Template parameters | |
|---|---|
| EngineImplTraits | - Engine implementation type traits. |
Contents
Base classes
-
template<class BaseInterface, typename RenderDeviceImplType, typename ObjectDescType>class DeviceObjectBase<EngineImplTraits::CommandListInterface, EngineImplTraits::RenderDeviceImplType, CommandListDesc>
- Template class implementing base functionality of the device object.
Constructors, destructors, conversion operators
- CommandListBase(IReferenceCounters* pRefCounters, RenderDeviceImplType* pDevice, bool bIsDeviceInternal = false)
Function documentation
template<typename EngineImplTraits>
Diligent:: CommandListBase<EngineImplTraits>:: CommandListBase(IReferenceCounters* pRefCounters,
RenderDeviceImplType* pDevice,
bool bIsDeviceInternal = false)
| Parameters | |
|---|---|
| pRefCounters | - Reference counters object that controls the lifetime of this command list. |
| pDevice | - Pointer to the device. |
| bIsDeviceInternal | - Flag indicating if the CommandList is an internal device object and must not keep a strong reference to the device. |