Diligent Engine API Reference
|
Implementation of the Diligent::ISamplerD3D12 interface. More...
Public Member Functions | |
virtual void | QueryInterface (const Diligent::INTERFACE_ID &IID, IObject **ppInterface) override |
Queries the specific interface, see IObject::QueryInterface() for details. | |
virtual D3D12_CPU_DESCRIPTOR_HANDLE | GetCPUDescriptorHandle () override |
Returns a pointer to the ID3D12SamplerState interface of the internal Direct3D12 object. More... | |
Public Member Functions inherited from Diligent::SamplerBase< ISamplerD3D12, IRenderDeviceD3D12, FixedBlockMemoryAllocator > | |
SamplerBase (FixedBlockMemoryAllocator &ObjAllocator, IRenderDevice *pDevice, const SamplerDesc &SamDesc, bool bIsDeviceInternal=false) | |
~SamplerBase () | |
Public Member Functions inherited from Diligent::DeviceObjectBase< ISamplerD3D12, SamplerDesc, FixedBlockMemoryAllocator > | |
DeviceObjectBase (FixedBlockMemoryAllocator &ObjAllocator, class IRenderDevice *pDevice, const SamplerDesc &ObjDesc, IObject *pOwner=nullptr, bool bIsDeviceInternal=false) | |
virtual const SamplerDesc & | GetDesc () const override final |
UniqueIdentifier | GetUniqueID () const |
Returns unique identifier. More... | |
Public Member Functions inherited from Diligent::RefCountedObject< ISamplerD3D12, FixedBlockMemoryAllocator > | |
virtual IReferenceCounters * | GetReferenceCounters () const override final |
virtual Atomics::Long | AddRef () override |
virtual Atomics::Long | Release () override |
Additional Inherited Members | |
Protected Attributes inherited from Diligent::DeviceObjectBase< ISamplerD3D12, SamplerDesc, FixedBlockMemoryAllocator > | |
const String | m_ObjectNameCopy |
Copy of a device object name. More... | |
SamplerDesc | m_Desc |
Object description. | |
Implementation of the Diligent::ISamplerD3D12 interface.
|
inlineoverridevirtual |
Returns a pointer to the ID3D12SamplerState interface of the internal Direct3D12 object.
The method does NOT call AddRef() on the returned interface, so Release() must not be called.
Implements Diligent::ISamplerD3D12.