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

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

Inheritance diagram for Diligent::SamplerGLImpl:
Diligent::SamplerBase< ISamplerGL, IGLDeviceBaseInterface, FixedBlockMemoryAllocator > Diligent::DeviceObjectBase< ISamplerGL, SamplerDesc, FixedBlockMemoryAllocator > Diligent::ObjectBase< ISamplerGL, FixedBlockMemoryAllocator > Diligent::RefCountedObject< ISamplerGL, FixedBlockMemoryAllocator > Diligent::ISamplerGL Diligent::ISampler Diligent::IDeviceObject Diligent::IObject

Public Member Functions

virtual void QueryInterface (const Diligent::INTERFACE_ID &IID, IObject **ppInterface)
 Queries the specific interface, see IObject::QueryInterface() for details.
 
- Public Member Functions inherited from Diligent::SamplerBase< ISamplerGL, IGLDeviceBaseInterface, FixedBlockMemoryAllocator >
 SamplerBase (FixedBlockMemoryAllocator &ObjAllocator, IRenderDevice *pDevice, const SamplerDesc &SamDesc, bool bIsDeviceInternal=false)
 
 ~SamplerBase ()
 
- Public Member Functions inherited from Diligent::DeviceObjectBase< ISamplerGL, 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< ISamplerGL, 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< ISamplerGL, SamplerDesc, FixedBlockMemoryAllocator >
const String m_ObjectNameCopy
 Copy of a device object name. More...
 
SamplerDesc m_Desc
 Object description.
 

Detailed Description

Implementation of the Diligent::ISamplerGL interface.