Diligent Engine API Reference
Diligent::TextureBase< BaseInterface, TTextureViewImpl, TTexViewObjAllocator > Member List

This is the complete list of members for Diligent::TextureBase< BaseInterface, TTextureViewImpl, TTexViewObjAllocator >, including all inherited members.

CopyData(IDeviceContext *pContext, ITexture *pSrcTexture, Uint32 SrcMipLevel, Uint32 SrcSlice, const Box *pSrcBox, Uint32 DstMipLevel, Uint32 DstSlice, Uint32 DstX, Uint32 DstY, Uint32 DstZ) override=0Diligent::TextureBase< BaseInterface, TTextureViewImpl, TTexViewObjAllocator >pure virtual
CreateDefaultViews()Diligent::TextureBase< BaseInterface, TTextureViewImpl, TTexViewObjAllocator >
CreateView(const struct TextureViewDesc &ViewDesc, ITextureView **ppView) overrideDiligent::TextureBase< BaseInterface, TTextureViewImpl, TTexViewObjAllocator >inlinevirtual
CreateViewInternal(const struct TextureViewDesc &ViewDesc, ITextureView **ppView, bool bIsDefaultView)=0Diligent::TextureBase< BaseInterface, TTextureViewImpl, TTexViewObjAllocator >protectedpure virtual
DeviceObjectBase(IReferenceCounters *pRefCounters, IRenderDevice *pDevice, const TextureDesc &ObjDesc, bool bIsDeviceInternal=false)Diligent::DeviceObjectBase< BaseInterface, TextureDesc >inline
GetDefaultView(TEXTURE_VIEW_TYPE ViewType) overrideDiligent::TextureBase< BaseInterface, TTextureViewImpl, TTexViewObjAllocator >inlineprotected
GetUniqueID() constDiligent::DeviceObjectBase< BaseInterface, TextureDesc >inline
m_DescDiligent::DeviceObjectBase< BaseInterface, TextureDesc >protected
m_ObjectNameCopyDiligent::DeviceObjectBase< BaseInterface, TextureDesc >protected
m_pDefaultDSVDiligent::TextureBase< BaseInterface, TTextureViewImpl, TTexViewObjAllocator >protected
m_pDefaultRTVDiligent::TextureBase< BaseInterface, TTextureViewImpl, TTexViewObjAllocator >protected
m_pDefaultSRVDiligent::TextureBase< BaseInterface, TTextureViewImpl, TTexViewObjAllocator >protected
m_pDefaultUAVDiligent::TextureBase< BaseInterface, TTextureViewImpl, TTexViewObjAllocator >protected
Map(IDeviceContext *pContext, Uint32 Subresource, MAP_TYPE MapType, Uint32 MapFlags, MappedTextureSubresource &MappedData) override=0Diligent::TextureBase< BaseInterface, TTextureViewImpl, TTexViewObjAllocator >pure virtual
TextureBase(IReferenceCounters *pRefCounters, TTexViewObjAllocator &TexViewObjAllocator, IRenderDevice *pDevice, const TextureDesc &Desc, bool bIsDeviceInternal=false)Diligent::TextureBase< BaseInterface, TTextureViewImpl, TTexViewObjAllocator >inline
Unmap(IDeviceContext *pContext, Uint32 Subresource, MAP_TYPE MapType, Uint32 MapFlags) override=0Diligent::TextureBase< BaseInterface, TTextureViewImpl, TTexViewObjAllocator >pure virtual
UpdateData(IDeviceContext *pContext, Uint32 MipLevel, Uint32 Slice, const Box &DstBox, const TextureSubResData &SubresData) override=0Diligent::TextureBase< BaseInterface, TTextureViewImpl, TTexViewObjAllocator >pure virtual