Diligent Engine API Reference
Public Member Functions | List of all members
Diligent::SamplerD3D11Impl Class Reference

Implementation of the Diligent::ISamplerD3D11 interface. More...

Inheritance diagram for Diligent::SamplerD3D11Impl:
Diligent::SamplerBase< ISamplerD3D11, IRenderDeviceD3D11, FixedBlockMemoryAllocator > Diligent::DeviceObjectBase< ISamplerD3D11, SamplerDesc, FixedBlockMemoryAllocator > Diligent::ObjectBase< ISamplerD3D11, FixedBlockMemoryAllocator > Diligent::RefCountedObject< ISamplerD3D11, FixedBlockMemoryAllocator > Diligent::ISamplerD3D11 Diligent::ISampler Diligent::IDeviceObject Diligent::IObject

Public Member Functions

virtual void QueryInterface (const Diligent::INTERFACE_ID &IID, IObject **ppInterface) final
 Queries the specific interface, see IObject::QueryInterface() for details.
 
virtual ID3D11SamplerState * GetD3D11SamplerState () override final
 Returns a pointer to the ID3D11SamplerState interface of the internal Direct3D11 object. More...
 
- Public Member Functions inherited from Diligent::SamplerBase< ISamplerD3D11, IRenderDeviceD3D11, FixedBlockMemoryAllocator >
 SamplerBase (FixedBlockMemoryAllocator &ObjAllocator, IRenderDevice *pDevice, const SamplerDesc &SamDesc, bool bIsDeviceInternal=false)
 
 ~SamplerBase ()
 
- Public Member Functions inherited from Diligent::DeviceObjectBase< ISamplerD3D11, SamplerDesc, FixedBlockMemoryAllocator >
 DeviceObjectBase (FixedBlockMemoryAllocator &ObjAllocator, class IRenderDevice *pDevice, const SamplerDesc &ObjDesc, IObject *pOwner=nullptr, bool bIsDeviceInternal=false)
 
virtual const SamplerDescGetDesc () const override final
 
UniqueIdentifier GetUniqueID () const
 Returns unique identifier. More...
 
- Public Member Functions inherited from Diligent::RefCountedObject< ISamplerD3D11, FixedBlockMemoryAllocator >
virtual IReferenceCountersGetReferenceCounters () const override final
 
virtual Atomics::Long AddRef () override
 
virtual Atomics::Long Release () override
 

Additional Inherited Members

- Protected Attributes inherited from Diligent::DeviceObjectBase< ISamplerD3D11, SamplerDesc, FixedBlockMemoryAllocator >
const String m_ObjectNameCopy
 Copy of a device object name. More...
 
SamplerDesc m_Desc
 Object description.
 

Detailed Description

Implementation of the Diligent::ISamplerD3D11 interface.

Member Function Documentation

virtual ID3D11SamplerState* Diligent::SamplerD3D11Impl::GetD3D11SamplerState ( )
inlinefinaloverridevirtual

Returns a pointer to the ID3D11SamplerState interface of the internal Direct3D11 object.

The method does NOT call AddRef() on the returned interface, so Release() must not be called.

Implements Diligent::ISamplerD3D11.