Template class implementing base functionality of the query object. More...
#include <QueryBase.hpp>
Public Member Functions | |
| QueryBase (IReferenceCounters *pRefCounters, RenderDeviceImplType *pDevice, const QueryDesc &Desc, bool bIsDeviceInternal=false) | |
Public Member Functions inherited from Diligent::DeviceObjectBase< EngineImplTraits::QueryInterface, EngineImplTraits::RenderDeviceImplType, QueryDesc > | |
| DeviceObjectBase (IReferenceCounters *pRefCounters, RenderDeviceImplType *pDevice, const QueryDesc &ObjDesc, bool bIsDeviceInternal=false) | |
| virtual Int32 DILIGENT_CALL_TYPE | GetUniqueID () const override final |
| Returns unique identifier. | |
| virtual void DILIGENT_CALL_TYPE | SetUserData (IObject *pUserData) override final |
| Implementation of IDeviceObject::SetUserData. | |
| virtual IObject *DILIGENT_CALL_TYPE | GetUserData () const override final |
| Implementation of IDeviceObject::GetUserData. | |
Additional Inherited Members | |
Protected Attributes inherited from Diligent::DeviceObjectBase< EngineImplTraits::QueryInterface, EngineImplTraits::RenderDeviceImplType, QueryDesc > | |
| RenderDeviceImplType *const | m_pDevice |
| Pointer to the device. | |
| QueryDesc | m_Desc |
| Object description. | |
Template class implementing base functionality of the query object.
| EngineImplTraits | - Engine implementation type traits. |
|
inline |
| pRefCounters | - Reference counters object that controls the lifetime of this command list. |
| pDevice | - Pointer to the device. |
| Desc | - Query description |
| bIsDeviceInternal | - Flag indicating if the Query is an internal device object and must not keep a strong reference to the device. |