Diligent Engine API Reference
Diligent::BufferBase< BaseInterface, BufferViewImplType, TBuffObjAllocator, TBuffViewObjAllocator > Member List

This is the complete list of members for Diligent::BufferBase< BaseInterface, BufferViewImplType, TBuffObjAllocator, TBuffViewObjAllocator >, including all inherited members.

BufferBase(TBuffObjAllocator &BuffObjAllocator, TBuffViewObjAllocator &BuffViewObjAllocator, IRenderDevice *pDevice, const BufferDesc &BuffDesc, bool bIsDeviceInternal=false)Diligent::BufferBase< BaseInterface, BufferViewImplType, TBuffObjAllocator, TBuffViewObjAllocator >inline
CopyData(IDeviceContext *pContext, IBuffer *pSrcBuffer, Uint32 SrcOffset, Uint32 DstOffset, Uint32 Size) override=0Diligent::BufferBase< BaseInterface, BufferViewImplType, TBuffObjAllocator, TBuffViewObjAllocator >pure virtual
CorrectBufferViewDesc(struct BufferViewDesc &ViewDesc)Diligent::BufferBase< BaseInterface, BufferViewImplType, TBuffObjAllocator, TBuffViewObjAllocator >protected
CreateDefaultViews()Diligent::BufferBase< BaseInterface, BufferViewImplType, TBuffObjAllocator, TBuffViewObjAllocator >
CreateView(const struct BufferViewDesc &ViewDesc, IBufferView **ppView) overrideDiligent::BufferBase< BaseInterface, BufferViewImplType, TBuffObjAllocator, TBuffViewObjAllocator >virtual
CreateViewInternal(const struct BufferViewDesc &ViewDesc, IBufferView **ppView, bool bIsDefaultView)=0Diligent::BufferBase< BaseInterface, BufferViewImplType, TBuffObjAllocator, TBuffViewObjAllocator >protectedpure virtual
DeviceObjectBase(TBuffObjAllocator &ObjAllocator, class IRenderDevice *pDevice, const BufferDesc &ObjDesc, IObject *pOwner=nullptr, bool bIsDeviceInternal=false)Diligent::DeviceObjectBase< BaseInterface, BufferDesc, TBuffObjAllocator >inline
GetDefaultView(BUFFER_VIEW_TYPE ViewType) overrideDiligent::BufferBase< BaseInterface, BufferViewImplType, TBuffObjAllocator, TBuffViewObjAllocator >virtual
GetUniqueID() constDiligent::DeviceObjectBase< BaseInterface, BufferDesc, TBuffObjAllocator >inline
m_DescDiligent::DeviceObjectBase< BaseInterface, BufferDesc, TBuffObjAllocator >protected
m_ObjectNameCopyDiligent::DeviceObjectBase< BaseInterface, BufferDesc, TBuffObjAllocator >protected
m_pDefaultSRVDiligent::BufferBase< BaseInterface, BufferViewImplType, TBuffObjAllocator, TBuffViewObjAllocator >protected
m_pDefaultUAVDiligent::BufferBase< BaseInterface, BufferViewImplType, TBuffObjAllocator, TBuffViewObjAllocator >protected
Map(IDeviceContext *pContext, MAP_TYPE MapType, Uint32 MapFlags, PVoid &pMappedData) overrideDiligent::BufferBase< BaseInterface, BufferViewImplType, TBuffObjAllocator, TBuffViewObjAllocator >virtual
Unmap(IDeviceContext *pContext, MAP_TYPE MapType) override=0Diligent::BufferBase< BaseInterface, BufferViewImplType, TBuffObjAllocator, TBuffViewObjAllocator >pure virtual
UpdateData(IDeviceContext *pContext, Uint32 Offset, Uint32 Size, const PVoid pData) override=0Diligent::BufferBase< BaseInterface, BufferViewImplType, TBuffObjAllocator, TBuffViewObjAllocator >pure virtual