Device memory object implementation in Vulkan backend. More...
#include <DeviceMemoryVkImpl.hpp>
Public Member Functions | |
virtual Bool DILIGENT_CALL_TYPE | Resize (Uint64 NewSize) override final |
Implementation of IDeviceMemory::Resize(). | |
virtual Uint64 DILIGENT_CALL_TYPE | GetCapacity () const override final |
Implementation of IDeviceMemory::GetCapacity(). | |
virtual Bool DILIGENT_CALL_TYPE | IsCompatible (IDeviceObject *pResource) const override final |
Implementation of IDeviceMemory::IsCompatible(). | |
virtual DeviceMemoryRangeVk DILIGENT_CALL_TYPE | GetRange (Uint64 Offset, Uint64 Size) const override final |
Implementation of IDeviceMemoryVk::GetRange(). | |
![]() | |
DeviceMemoryBase (IReferenceCounters *pRefCounters, RenderDeviceImplType *pDevice, const DeviceMemoryCreateInfo &MemCI) | |
DeviceMemoryBase (IReferenceCounters *pRefCounters, RenderDeviceImplType *pDevice, const DeviceMemoryCreateInfo &MemCI) | |
![]() | |
DeviceObjectBase (IReferenceCounters *pRefCounters, RenderDeviceImplType *pDevice, const ObjectDescType &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 | |
![]() | |
RenderDeviceImplType *const | m_pDevice |
Pointer to the device. | |
ObjectDescType | m_Desc |
Object description. | |
Device memory object implementation in Vulkan backend.