template<typename EngineImplTraits>
Diligent::RenderPassBase class

Template class implementing base functionality of the render pass object.

Template parameters
EngineImplTraits - Engine implementation type traits.

Base classes

template<class BaseInterface, typename RenderDeviceImplType, typename ObjectDescType>
class DeviceObjectBase<EngineImplTraits::RenderPassInterface, EngineImplTraits::RenderDeviceImplType, RenderPassDesc>
Template class implementing base functionality of the device object.

Constructors, destructors, conversion operators

RenderPassBase(IReferenceCounters* pRefCounters, RenderDeviceImplType* pDevice, const RenderPassDesc& Desc, bool bIsDeviceInternal = false)

Function documentation

template<typename EngineImplTraits>
Diligent::RenderPassBase<EngineImplTraits>::RenderPassBase(IReferenceCounters* pRefCounters, RenderDeviceImplType* pDevice, const RenderPassDesc& Desc, bool bIsDeviceInternal = false)

Parameters
pRefCounters - Reference counters object that controls the lifetime of this render pass.
pDevice - Pointer to the device.
Desc - Render pass description.
bIsDeviceInternal - Flag indicating if the RenderPass is an internal device object and must not keep a strong reference to the device.