Diligent Engine API Reference
|
This is the complete list of members for Diligent::IBuffer, including all inherited members.
AddRef()=0 | Diligent::IObject | pure virtual |
CopyData(IDeviceContext *pContext, IBuffer *pSrcBuffer, Uint32 SrcOffset, Uint32 DstOffset, Uint32 Size)=0 | Diligent::IBuffer | pure virtual |
CreateView(const struct BufferViewDesc &ViewDesc, class IBufferView **ppView)=0 | Diligent::IBuffer | pure virtual |
GetDefaultView(BUFFER_VIEW_TYPE ViewType)=0 | Diligent::IBuffer | pure virtual |
GetDesc() const =0 | Diligent::IBuffer | pure virtual |
GetReferenceCounters() const =0 | Diligent::IObject | pure virtual |
Map(IDeviceContext *pContext, MAP_TYPE MapType, Uint32 MapFlags, PVoid &pMappedData)=0 | Diligent::IBuffer | pure virtual |
QueryInterface(const Diligent::INTERFACE_ID &IID, IObject **ppInterface)=0 | Diligent::IBuffer | pure virtual |
Release()=0 | Diligent::IObject | pure virtual |
Unmap(IDeviceContext *pContext, MAP_TYPE MapType)=0 | Diligent::IBuffer | pure virtual |
UpdateData(class IDeviceContext *pContext, Uint32 Offset, Uint32 Size, const PVoid pData)=0 | Diligent::IBuffer | pure virtual |