Query implementation in WebGPU backend. More...
#include <QueryWebGPUImpl.hpp>
Public Member Functions | |
| bool DILIGENT_CALL_TYPE | GetData (void *pData, Uint32 DataSize, bool AutoInvalidate) override final |
| Implementation of IQuery::GetData(). | |
| void DILIGENT_CALL_TYPE | Invalidate () override final |
| Implementation of IQuery::Invalidate(). | |
Public Member Functions inherited from Diligent::QueryBase< EngineWebGPUImplTraits > | |
| QueryBase (IReferenceCounters *pRefCounters, RenderDeviceImplType *pDevice, const QueryDesc &Desc, bool bIsDeviceInternal=false) | |
| QueryBase (IReferenceCounters *pRefCounters, RenderDeviceImplType *pDevice, const QueryDesc &Desc, bool bIsDeviceInternal=false) | |
Public Member Functions inherited from Diligent::DeviceObjectBase< BaseInterface, RenderDeviceImplType, ObjectDescType > | |
| DeviceObjectBase (IReferenceCounters *pRefCounters, RenderDeviceImplType *pDevice, const ObjectDescType &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< BaseInterface, RenderDeviceImplType, ObjectDescType > | |
| RenderDeviceImplType *const | m_pDevice |
| Pointer to the device. | |
| ObjectDescType | m_Desc |
| Object description. | |
Query implementation in WebGPU backend.