|
Diligent Engine API Reference
|
Implementation of the Diligent::ISamplerGL interface. More...
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 > | |
| SamplerBase (IReferenceCounters *pRefCounters, IRenderDevice *pDevice, const SamplerDesc &SamDesc, bool bIsDeviceInternal=false) | |
| ~SamplerBase () | |
Public Member Functions inherited from Diligent::DeviceObjectBase< ISamplerGL, SamplerDesc > | |
| DeviceObjectBase (IReferenceCounters *pRefCounters, IRenderDevice *pDevice, const SamplerDesc &ObjDesc, bool bIsDeviceInternal=false) | |
| virtual const SamplerDesc & | GetDesc () const override final |
| UniqueIdentifier | GetUniqueID () const |
| Returns unique identifier. More... | |
Public Member Functions inherited from Diligent::IDeviceObject | |
| virtual void | QueryInterface (const INTERFACE_ID &IID, IObject **ppInterface)=0 |
| Queries the specific interface, see IObject::QueryInterface() for details. | |
Additional Inherited Members | |
Protected Attributes inherited from Diligent::DeviceObjectBase< ISamplerGL, SamplerDesc > | |
| const String | m_ObjectNameCopy |
| Copy of a device object name. More... | |
| SamplerDesc | m_Desc |
| Object description. | |
Implementation of the Diligent::ISamplerGL interface.