Texture view implementation in WebGPU backend. More...
#include <TextureViewWebGPUImpl.hpp>
Public Member Functions | |
| WGPUTextureView DILIGENT_CALL_TYPE | GetWebGPUTextureView () const override |
| Implementation of ITextureViewWebGPU::GetWebGPUTextureView() in WebGPU backend. | |
Public Member Functions inherited from Diligent::TextureViewBase< EngineWebGPUImplTraits > | |
| TextureViewBase (IReferenceCounters *pRefCounters, RenderDeviceImplType *pDevice, const TextureViewDesc &ViewDesc, ITexture *pTexture, bool bIsDefaultView, bool bIsDeviceInternal=false) | |
| virtual void DILIGENT_CALL_TYPE | SetSampler (ISampler *pSampler) override final |
| Implementation of ITextureView::SetSampler() | |
| virtual ISampler *DILIGENT_CALL_TYPE | GetSampler () override final |
| Implementation of ITextureView::GetSampler() | |
| virtual ITexture *DILIGENT_CALL_TYPE | GetTexture () override final |
| Implementation of ITextureView::GetTexture() | |
| TextureViewBase (IReferenceCounters *pRefCounters, RenderDeviceImplType *pDevice, const TextureViewDesc &ViewDesc, ITexture *pTexture, bool bIsDefaultView, bool bIsDeviceInternal=false) | |
| virtual void DILIGENT_CALL_TYPE | SetSampler (ISampler *pSampler) override final |
| Implementation of ITextureView::SetSampler() | |
| virtual ISampler *DILIGENT_CALL_TYPE | GetSampler () override final |
| Implementation of ITextureView::GetSampler() | |
| virtual ITexture *DILIGENT_CALL_TYPE | GetTexture () override final |
| Implementation of ITextureView::GetTexture() | |
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::TextureViewBase< EngineWebGPUImplTraits > | |
| RefCntAutoPtr< ISampler > | m_pSampler |
| Strong reference to the sampler. | |
| ITexture *const | m_pTexture |
| Raw pointer to the texture. | |
| RefCntAutoPtr< ITexture > | m_spTexture |
| RefCntAutoPtr< ISampler > | m_pSampler |
| Strong reference to the sampler. | |
| ITexture *const | m_pTexture |
| Raw pointer to the texture. | |
| RefCntAutoPtr< ITexture > | m_spTexture |
Protected Attributes inherited from Diligent::DeviceObjectBase< BaseInterface, RenderDeviceImplType, ObjectDescType > | |
| RenderDeviceImplType *const | m_pDevice |
| Pointer to the device. | |
| ObjectDescType | m_Desc |
| Object description. | |
Texture view implementation in WebGPU backend.