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

This is the complete list of members for Diligent::TextureBase< BaseInterface, TTextureViewImpl, TTexObjAllocator, 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)=0Diligent::TextureBase< BaseInterface, TTextureViewImpl, TTexObjAllocator, TTexViewObjAllocator >pure virtual
CreateDefaultViews()Diligent::TextureBase< BaseInterface, TTextureViewImpl, TTexObjAllocator, TTexViewObjAllocator >
CreateView(const struct TextureViewDesc &ViewDesc, ITextureView **ppView) overrideDiligent::TextureBase< BaseInterface, TTextureViewImpl, TTexObjAllocator, TTexViewObjAllocator >inlinevirtual
CreateViewInternal(const struct TextureViewDesc &ViewDesc, ITextureView **ppView, bool bIsDefaultView)=0Diligent::TextureBase< BaseInterface, TTextureViewImpl, TTexObjAllocator, TTexViewObjAllocator >protectedpure virtual
DeviceObjectBase(TTexObjAllocator &ObjAllocator, class IRenderDevice *pDevice, const TextureDesc &ObjDesc, IObject *pOwner=nullptr, bool bIsDeviceInternal=false)Diligent::DeviceObjectBase< BaseInterface, TextureDesc, TTexObjAllocator >inline
GetDefaultView(TEXTURE_VIEW_TYPE ViewType) overrideDiligent::TextureBase< BaseInterface, TTextureViewImpl, TTexObjAllocator, TTexViewObjAllocator >inlineprotected
GetUniqueID() constDiligent::DeviceObjectBase< BaseInterface, TextureDesc, TTexObjAllocator >inline
m_DescDiligent::DeviceObjectBase< BaseInterface, TextureDesc, TTexObjAllocator >protected
m_ObjectNameCopyDiligent::DeviceObjectBase< BaseInterface, TextureDesc, TTexObjAllocator >protected
m_pDefaultDSVDiligent::TextureBase< BaseInterface, TTextureViewImpl, TTexObjAllocator, TTexViewObjAllocator >protected
m_pDefaultRTVDiligent::TextureBase< BaseInterface, TTextureViewImpl, TTexObjAllocator, TTexViewObjAllocator >protected
m_pDefaultSRVDiligent::TextureBase< BaseInterface, TTextureViewImpl, TTexObjAllocator, TTexViewObjAllocator >protected
m_pDefaultUAVDiligent::TextureBase< BaseInterface, TTextureViewImpl, TTexObjAllocator, TTexViewObjAllocator >protected
Map(IDeviceContext *pContext, MAP_TYPE MapType, Uint32 MapFlags, PVoid &pMappedData)=0Diligent::TextureBase< BaseInterface, TTextureViewImpl, TTexObjAllocator, TTexViewObjAllocator >pure virtual
TextureBase(TTexObjAllocator &TexObjAllocator, TTexViewObjAllocator &TexViewObjAllocator, IRenderDevice *pDevice, const TextureDesc &Desc, bool bIsDeviceInternal=false)Diligent::TextureBase< BaseInterface, TTextureViewImpl, TTexObjAllocator, TTexViewObjAllocator >inline
Unmap(IDeviceContext *pContext, MAP_TYPE MapType)=0Diligent::TextureBase< BaseInterface, TTextureViewImpl, TTexObjAllocator, TTexViewObjAllocator >pure virtual
UpdateData(IDeviceContext *pContext, Uint32 MipLevel, Uint32 Slice, const Box &DstBox, const TextureSubResData &SubresData)=0Diligent::TextureBase< BaseInterface, TTextureViewImpl, TTexObjAllocator, TTexViewObjAllocator >pure virtual