template<typename EngineImplTraits>
Diligent::FramebufferBase class

Template class implementing base functionality of the framebuffer object.

Template parameters
EngineImplTraits - Engine implementation type traits.

Base classes

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

Constructors, destructors, conversion operators

FramebufferBase(IReferenceCounters* pRefCounters, RenderDeviceImplType* pDevice, const FramebufferDesc& Desc, bool bIsDeviceInternal = false)

Function documentation

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

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