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

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

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