Diligent Engine API Reference
|
Implementation of the Diligent::IBufferViewGL interface. More...
Public Member Functions | |
virtual void | QueryInterface (const Diligent::INTERFACE_ID &IID, IObject **ppInterface) |
Queries the specific interface, see IObject::QueryInterface() for details. | |
Public Member Functions inherited from Diligent::BufferViewBase< IBufferViewGL, FixedBlockMemoryAllocator > | |
BufferViewBase (FixedBlockMemoryAllocator &ObjAllocator, class IRenderDevice *pDevice, const BufferViewDesc &ViewDesc, class IBuffer *pBuffer, bool bIsDefaultView) | |
virtual IBuffer * | GetBuffer () override final |
Implementation of IBufferView::GetBuffer() | |
Public Member Functions inherited from Diligent::DeviceObjectBase< IBufferViewGL, BufferViewDesc, FixedBlockMemoryAllocator > | |
DeviceObjectBase (FixedBlockMemoryAllocator &ObjAllocator, class IRenderDevice *pDevice, const BufferViewDesc &ObjDesc, IObject *pOwner=nullptr, bool bIsDeviceInternal=false) | |
virtual const BufferViewDesc & | GetDesc () const override final |
UniqueIdentifier | GetUniqueID () const |
Returns unique identifier. More... | |
Public Member Functions inherited from Diligent::RefCountedObject< IBufferViewGL, FixedBlockMemoryAllocator > | |
virtual IReferenceCounters * | GetReferenceCounters () const override final |
virtual Atomics::Long | AddRef () override |
virtual Atomics::Long | Release () override |
Additional Inherited Members | |
Protected Attributes inherited from Diligent::BufferViewBase< IBufferViewGL, FixedBlockMemoryAllocator > | |
IBuffer *const | m_pBuffer |
Pointer to the buffer. | |
Diligent::RefCntAutoPtr< IBuffer > | m_spBuffer |
Strong reference to the buffer. Used for non-default views to keep the buffer alive. | |
Protected Attributes inherited from Diligent::DeviceObjectBase< IBufferViewGL, BufferViewDesc, FixedBlockMemoryAllocator > | |
const String | m_ObjectNameCopy |
Copy of a device object name. More... | |
BufferViewDesc | m_Desc |
Object description. | |
Implementation of the Diligent::IBufferViewGL interface.