Template class implementing base functionality of the device memory object. More...
#include <DeviceMemoryBase.hpp>
Public Member Functions | |
| DeviceMemoryBase (IReferenceCounters *pRefCounters, RenderDeviceImplType *pDevice, const DeviceMemoryCreateInfo &MemCI) | |
Public Member Functions inherited from Diligent::DeviceObjectBase< EngineImplTraits::DeviceMemoryInterface, EngineImplTraits::RenderDeviceImplType, DeviceMemoryDesc > | |
| DeviceObjectBase (IReferenceCounters *pRefCounters, RenderDeviceImplType *pDevice, const DeviceMemoryDesc &ObjDesc, bool bIsDeviceInternal=false) | |
| virtual Int32 DILIGENT_CALL_TYPE | GetUniqueID () const override final |
| Returns unique identifier. | |
| virtual void DILIGENT_CALL_TYPE | SetUserData (IObject *pUserData) override final |
| Implementation of IDeviceObject::SetUserData. | |
| virtual IObject *DILIGENT_CALL_TYPE | GetUserData () const override final |
| Implementation of IDeviceObject::GetUserData. | |
Additional Inherited Members | |
Protected Attributes inherited from Diligent::DeviceObjectBase< EngineImplTraits::DeviceMemoryInterface, EngineImplTraits::RenderDeviceImplType, DeviceMemoryDesc > | |
| RenderDeviceImplType *const | m_pDevice |
| Pointer to the device. | |
| DeviceMemoryDesc | m_Desc |
| Object description. | |
Template class implementing base functionality of the device memory object.
| EngineImplTraits | - Engine implementation type traits. |
|
inline |
| pRefCounters | - Reference counters object that controls the lifetime of this device memory object. |
| pDevice | - Pointer to the device. |
| MemCI | - Device memory create info. |