Diligent Engine
 
Loading...
Searching...
No Matches
Diligent::BufferViewVkImpl Class Referencefinal

Buffer view implementation in Vulkan backend. More...

#include <BufferViewVkImpl.hpp>

Inheritance diagram for Diligent::BufferViewVkImpl:
Diligent::BufferViewBase< EngineVkImplTraits > Diligent::DeviceObjectBase< BaseInterface, RenderDeviceImplType, ObjectDescType > Diligent::ObjectBase< BaseInterface > Diligent::RefCountedObject< BaseInterface >

Public Member Functions

virtual VkBufferView DILIGENT_CALL_TYPE GetVkBufferView () const override final
 Implementation of IBufferViewVk::GetVkBufferView().
 
- Public Member Functions inherited from Diligent::BufferViewBase< EngineVkImplTraits >
 BufferViewBase (IReferenceCounters *pRefCounters, RenderDeviceImplType *pDevice, const BufferViewDesc &ViewDesc, IBuffer *pBuffer, bool bIsDefaultView, bool bIsDeviceInternal=false)
 
virtual IBuffer *DILIGENT_CALL_TYPE GetBuffer () const override final
 Implementation of IBufferView::GetBuffer()
 
 BufferViewBase (IReferenceCounters *pRefCounters, RenderDeviceImplType *pDevice, const BufferViewDesc &ViewDesc, IBuffer *pBuffer, bool bIsDefaultView, bool bIsDeviceInternal=false)
 
virtual IBuffer *DILIGENT_CALL_TYPE GetBuffer () const override final
 Implementation of IBufferView::GetBuffer()
 
- Public Member Functions inherited from Diligent::DeviceObjectBase< BaseInterface, RenderDeviceImplType, ObjectDescType >
 DeviceObjectBase (IReferenceCounters *pRefCounters, RenderDeviceImplType *pDevice, const ObjectDescType &ObjDesc, bool bIsDeviceInternal=false)
 
virtual Int32 DILIGENT_CALL_TYPE GetUniqueID () const override final
 Returns unique identifier.
 
virtual void DILIGENT_CALL_TYPE SetUserData (IObject *pUserData) override final
 Implementation of IDeviceObject::SetUserData.
 
virtual IObject *DILIGENT_CALL_TYPE GetUserData () const override final
 Implementation of IDeviceObject::GetUserData.
 

Additional Inherited Members

- Protected Attributes inherited from Diligent::BufferViewBase< EngineVkImplTraits >
IBuffer *const m_pBuffer
 Pointer to the buffer.
 
RefCntAutoPtr< IBufferm_spBuffer
 
IBuffer *const m_pBuffer
 Pointer to the buffer.
 
RefCntAutoPtr< IBufferm_spBuffer
 
- Protected Attributes inherited from Diligent::DeviceObjectBase< BaseInterface, RenderDeviceImplType, ObjectDescType >
RenderDeviceImplType *const m_pDevice
 Pointer to the device.
 
ObjectDescType m_Desc
 Object description.
 

Detailed Description

Buffer view implementation in Vulkan backend.