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