ngfx::Semaphore
Inherited by ngfx::VKSemaphore
Public Functions
| Name | |
|---|---|
| Semaphore * | create(Device * device) |
| virtual | ~Semaphore() |
| virtual uint64_t | wait() =0 |
| virtual void | signal(uint64_t value =1) =0 |
Public Functions Documentation
function create
static Semaphore * create(
Device * device
)
function ~Semaphore
inline virtual ~Semaphore()
function wait
virtual uint64_t wait() =0
Reimplemented by: ngfx::VKSemaphore::wait
function signal
virtual void signal(
uint64_t value =1
) =0
Reimplemented by: ngfx::VKSemaphore::signal
Updated on 3 April 2021 at 20:21:51 PDT