KDGpu::ApiFence¶
Module: API
#include <api_fence.h>
Inherited by KDGpu::VulkanFence
Public Functions¶
| Name | |
|---|---|
| virtual void | wait() =0 | 
| virtual void | reset() =0 | 
| virtual FenceStatus | status() =0 | 
| virtual HandleOrFD | externalFenceHandle() const =0 | 
Public Functions Documentation¶
function wait¶
1 |  | 
Reimplemented by: KDGpu::VulkanFence::wait
function reset¶
1 |  | 
Reimplemented by: KDGpu::VulkanFence::reset
function status¶
1 |  | 
Reimplemented by: KDGpu::VulkanFence::status
function externalFenceHandle¶
1 |  | 
Reimplemented by: KDGpu::VulkanFence::externalFenceHandle
Updated on 2025-07-08 at 12:01:11 +0000