Exposes WebGPU-specific functionality of a fence object. More...
#include <FenceWebGPU.h>
Additional Inherited Members | |
![]() | |
virtual const FenceDesc &DILIGENT_CALL_TYPE | GetDesc () const override=0 |
Returns the fence description used to create the object. | |
virtual Uint64 DILIGENT_CALL_TYPE | GetCompletedValue ()=0 |
Returns the last completed value signaled by the GPU. | |
virtual void DILIGENT_CALL_TYPE | Signal (Uint64 Value)=0 |
Sets the fence to the specified value. | |
virtual void DILIGENT_CALL_TYPE | Wait (Uint64 Value)=0 |
Waits until the fence reaches or exceeds the specified value, on the host. | |
![]() | |
virtual Int32 DILIGENT_CALL_TYPE | GetUniqueID () const =0 |
Returns unique identifier assigned to an object. | |
virtual void DILIGENT_CALL_TYPE | SetUserData (IObject *pUserData)=0 |
Stores a pointer to the user-provided data object. | |
virtual IObject *DILIGENT_CALL_TYPE | GetUserData () const =0 |
Returns a pointer to the user data object previously set with SetUserData() method. | |
![]() | |
virtual void DILIGENT_CALL_TYPE | QueryInterface (const INTERFACE_ID &IID, IObject **ppInterface)=0 |
Queries the specific interface. | |
virtual ReferenceCounterValueType DILIGENT_CALL_TYPE | AddRef ()=0 |
Increments the number of strong references by 1. | |
virtual ReferenceCounterValueType DILIGENT_CALL_TYPE | Release ()=0 |
virtual IReferenceCounters *DILIGENT_CALL_TYPE | GetReferenceCounters () const =0 |
Exposes WebGPU-specific functionality of a fence object.