| 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=0 | Diligent::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) override | Diligent::BufferBase< BaseInterface, BufferViewImplType, TBuffViewObjAllocator > | virtual |
| CreateViewInternal(const struct BufferViewDesc &ViewDesc, IBufferView **ppView, bool bIsDefaultView)=0 | Diligent::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) override | Diligent::BufferBase< BaseInterface, BufferViewImplType, TBuffViewObjAllocator > | virtual |
| GetUniqueID() const | Diligent::DeviceObjectBase< BaseInterface, BufferDesc > | inline |
| m_Desc | Diligent::DeviceObjectBase< BaseInterface, BufferDesc > | protected |
| m_ObjectNameCopy | Diligent::DeviceObjectBase< BaseInterface, BufferDesc > | protected |
| m_pDefaultSRV | Diligent::BufferBase< BaseInterface, BufferViewImplType, TBuffViewObjAllocator > | protected |
| m_pDefaultUAV | Diligent::BufferBase< BaseInterface, BufferViewImplType, TBuffViewObjAllocator > | protected |
| Map(IDeviceContext *pContext, MAP_TYPE MapType, Uint32 MapFlags, PVoid &pMappedData) override | Diligent::BufferBase< BaseInterface, BufferViewImplType, TBuffViewObjAllocator > | virtual |
| Unmap(IDeviceContext *pContext, MAP_TYPE MapType, Uint32 MapFlags) override=0 | Diligent::BufferBase< BaseInterface, BufferViewImplType, TBuffViewObjAllocator > | pure virtual |
| UpdateData(IDeviceContext *pContext, Uint32 Offset, Uint32 Size, const PVoid pData) override=0 | Diligent::BufferBase< BaseInterface, BufferViewImplType, TBuffViewObjAllocator > | pure virtual |