| CopyData(IDeviceContext *pContext, ITexture *pSrcTexture, Uint32 SrcMipLevel, Uint32 SrcSlice, const Box *pSrcBox, Uint32 DstMipLevel, Uint32 DstSlice, Uint32 DstX, Uint32 DstY, Uint32 DstZ) override=0 | Diligent::TextureBase< BaseInterface, TTextureViewImpl, TTexViewObjAllocator > | pure virtual |
| CreateDefaultViews() | Diligent::TextureBase< BaseInterface, TTextureViewImpl, TTexViewObjAllocator > | |
| CreateView(const struct TextureViewDesc &ViewDesc, ITextureView **ppView) override | Diligent::TextureBase< BaseInterface, TTextureViewImpl, TTexViewObjAllocator > | inlinevirtual |
| CreateViewInternal(const struct TextureViewDesc &ViewDesc, ITextureView **ppView, bool bIsDefaultView)=0 | Diligent::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) override | Diligent::TextureBase< BaseInterface, TTextureViewImpl, TTexViewObjAllocator > | inlineprotected |
| GetUniqueID() const | Diligent::DeviceObjectBase< BaseInterface, TextureDesc > | inline |
| m_Desc | Diligent::DeviceObjectBase< BaseInterface, TextureDesc > | protected |
| m_ObjectNameCopy | Diligent::DeviceObjectBase< BaseInterface, TextureDesc > | protected |
| m_pDefaultDSV | Diligent::TextureBase< BaseInterface, TTextureViewImpl, TTexViewObjAllocator > | protected |
| m_pDefaultRTV | Diligent::TextureBase< BaseInterface, TTextureViewImpl, TTexViewObjAllocator > | protected |
| m_pDefaultSRV | Diligent::TextureBase< BaseInterface, TTextureViewImpl, TTexViewObjAllocator > | protected |
| m_pDefaultUAV | Diligent::TextureBase< BaseInterface, TTextureViewImpl, TTexViewObjAllocator > | protected |
| Map(IDeviceContext *pContext, Uint32 Subresource, MAP_TYPE MapType, Uint32 MapFlags, MappedTextureSubresource &MappedData) override=0 | Diligent::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=0 | Diligent::TextureBase< BaseInterface, TTextureViewImpl, TTexViewObjAllocator > | pure virtual |
| UpdateData(IDeviceContext *pContext, Uint32 MipLevel, Uint32 Slice, const Box &DstBox, const TextureSubResData &SubresData) override=0 | Diligent::TextureBase< BaseInterface, TTextureViewImpl, TTexViewObjAllocator > | pure virtual |