Texture object implementation in Vulkan backend. More...
#include <TextureVkImpl.hpp>
Public Member Functions | |
| virtual VkImage DILIGENT_CALL_TYPE | GetVkImage () const override final |
| Implementation of ITextureVk::GetVkImage(). | |
| virtual Uint64 DILIGENT_CALL_TYPE | GetNativeHandle () override final |
| Implementation of ITexture::GetNativeHandle() in Vulkan backend. | |
| virtual void DILIGENT_CALL_TYPE | SetLayout (VkImageLayout Layout) override final |
| Implementation of ITextureVk::SetLayout(). | |
| virtual VkImageLayout DILIGENT_CALL_TYPE | GetLayout () const override final |
| Implementation of ITextureVk::GetLayout(). | |
Public Member Functions inherited from Diligent::TextureBase< EngineVkImplTraits > | |
| TextureBase (IReferenceCounters *pRefCounters, TexViewObjAllocatorType &TexViewObjAllocator, RenderDeviceImplType *pDevice, const TextureDesc &Desc, bool bIsDeviceInternal=false) | |
| virtual void DILIGENT_CALL_TYPE | CreateView (const struct TextureViewDesc &ViewDesc, ITextureView **ppView) override |
| void | CreateDefaultViews () |
| Creates default texture views. | |
| virtual ITextureView *DILIGENT_CALL_TYPE | GetDefaultView (TEXTURE_VIEW_TYPE ViewType) override |
| Implementation of ITexture::GetDefaultView(). | |
| virtual const SparseTextureProperties &DILIGENT_CALL_TYPE | GetSparseProperties () const override final |
| Implementation of ITexture::GetSparseProperties(). | |
| TextureBase (IReferenceCounters *pRefCounters, TexViewObjAllocatorType &TexViewObjAllocator, RenderDeviceImplType *pDevice, const TextureDesc &Desc, bool bIsDeviceInternal=false) | |
| virtual void DILIGENT_CALL_TYPE | CreateView (const struct TextureViewDesc &ViewDesc, ITextureView **ppView) override |
| void | CreateDefaultViews () |
| Creates default texture views. | |
| virtual ITextureView *DILIGENT_CALL_TYPE | GetDefaultView (TEXTURE_VIEW_TYPE ViewType) override |
| Implementation of ITexture::GetDefaultView(). | |
| virtual const SparseTextureProperties &DILIGENT_CALL_TYPE | GetSparseProperties () const override final |
| Implementation of ITexture::GetSparseProperties(). | |
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. | |
Protected Member Functions | |
| void | CreateViewInternal (const struct TextureViewDesc &ViewDesc, ITextureView **ppView, bool bIsDefaultView) override |
| Pure virtual function that is implemented in every backend. | |
Additional Inherited Members | |
Protected Attributes inherited from Diligent::DeviceObjectBase< BaseInterface, RenderDeviceImplType, ObjectDescType > | |
| RenderDeviceImplType *const | m_pDevice |
| Pointer to the device. | |
| ObjectDescType | m_Desc |
| Object description. | |
Texture object implementation in Vulkan backend.