Fence implementation in Vulkan backend. More...
#include <FenceVkImpl.hpp>
Public Member Functions | |
| virtual Uint64 DILIGENT_CALL_TYPE | GetCompletedValue () override final |
| Implementation of IFence::GetCompletedValue() in Vulkan backend. | |
| virtual void DILIGENT_CALL_TYPE | Signal (Uint64 Value) override final |
| Implementation of IFence::Signal() in Vulkan backend. | |
| virtual void DILIGENT_CALL_TYPE | Wait (Uint64 Value) override final |
| Implementation of IFence::Wait() in Vulkan backend. | |
| virtual VkSemaphore DILIGENT_CALL_TYPE | GetVkSemaphore () override final |
| Implementation of IFenceVk::GetVkSemaphore(). | |
Public Member Functions inherited from Diligent::FenceBase< EngineVkImplTraits > | |
| FenceBase (IReferenceCounters *pRefCounters, RenderDeviceImplType *pDevice, const FenceDesc &Desc, bool bIsDeviceInternal=false) | |
| FenceBase (IReferenceCounters *pRefCounters, RenderDeviceImplType *pDevice, const FenceDesc &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. | |
Fence implementation in Vulkan backend.