CopyData(IDeviceContext *pContext, ITexture *pSrcTexture, Uint32 SrcMipLevel, Uint32 SrcSlice, const Box *pSrcBox, Uint32 DstMipLevel, Uint32 DstSlice, Uint32 DstX, Uint32 DstY, Uint32 DstZ) | Diligent::TextureD3D12Impl | virtual |
CreateDefaultViews() | Diligent::TextureBase< ITextureD3D12, TextureViewD3D12Impl, FixedBlockMemoryAllocator, FixedBlockMemoryAllocator > | |
CreateView(const struct TextureViewDesc &ViewDesc, ITextureView **ppView) override | Diligent::TextureBase< ITextureD3D12, TextureViewD3D12Impl, FixedBlockMemoryAllocator, FixedBlockMemoryAllocator > | inlinevirtual |
CreateViewInternal(const struct TextureViewDesc &ViewDesc, ITextureView **ppView, bool bIsDefaultView) override | Diligent::TextureD3D12Impl | protectedvirtual |
DeviceObjectBase(FixedBlockMemoryAllocator &ObjAllocator, class IRenderDevice *pDevice, const TextureDesc &ObjDesc, IObject *pOwner=nullptr, bool bIsDeviceInternal=false) | Diligent::DeviceObjectBase< ITextureD3D12, TextureDesc, FixedBlockMemoryAllocator > | inline |
GetD3D12Texture() | Diligent::TextureD3D12Impl | inlinevirtual |
GetDefaultView(TEXTURE_VIEW_TYPE ViewType) override | Diligent::TextureBase< ITextureD3D12, TextureViewD3D12Impl, FixedBlockMemoryAllocator, FixedBlockMemoryAllocator > | inlineprotectedvirtual |
GetUniqueID() const | Diligent::DeviceObjectBase< ITextureD3D12, TextureDesc, FixedBlockMemoryAllocator > | inline |
m_Desc | Diligent::DeviceObjectBase< ITextureD3D12, TextureDesc, FixedBlockMemoryAllocator > | protected |
m_ObjectNameCopy | Diligent::DeviceObjectBase< ITextureD3D12, TextureDesc, FixedBlockMemoryAllocator > | protected |
m_pd3d12Resource | Diligent::D3D12ResourceBase | protected |
m_pDefaultDSV | Diligent::TextureBase< ITextureD3D12, TextureViewD3D12Impl, FixedBlockMemoryAllocator, FixedBlockMemoryAllocator > | protected |
m_pDefaultRTV | Diligent::TextureBase< ITextureD3D12, TextureViewD3D12Impl, FixedBlockMemoryAllocator, FixedBlockMemoryAllocator > | protected |
m_pDefaultSRV | Diligent::TextureBase< ITextureD3D12, TextureViewD3D12Impl, FixedBlockMemoryAllocator, FixedBlockMemoryAllocator > | protected |
m_pDefaultUAV | Diligent::TextureBase< ITextureD3D12, TextureViewD3D12Impl, FixedBlockMemoryAllocator, FixedBlockMemoryAllocator > | protected |
Map(IDeviceContext *pContext, MAP_TYPE MapType, Uint32 MapFlags, PVoid &pMappedData) override | Diligent::TextureD3D12Impl | virtual |
QueryInterface(const Diligent::INTERFACE_ID &IID, IObject **ppInterface) override | Diligent::TextureD3D12Impl | virtual |
TextureBase(FixedBlockMemoryAllocator &TexObjAllocator, FixedBlockMemoryAllocator &TexViewObjAllocator, IRenderDevice *pDevice, const TextureDesc &Desc, bool bIsDeviceInternal=false) | Diligent::TextureBase< ITextureD3D12, TextureViewD3D12Impl, FixedBlockMemoryAllocator, FixedBlockMemoryAllocator > | inline |
Unmap(IDeviceContext *pContext, MAP_TYPE MapType) override | Diligent::TextureD3D12Impl | virtual |
UpdateData(IDeviceContext *pContext, Uint32 MipLevel, Uint32 Slice, const Box &DstBox, const TextureSubResData &SubresData) override | Diligent::TextureD3D12Impl | virtual |