class Semaphore

Defined at line 20 of file ../../src/ui/lib/escher/renderer/semaphore.h

TODO: perhaps return semaphores to a pool instead of destroying them.

TODO: make this a subclass of Reffable.

Public Methods

void Semaphore (vk::Device device)

Defined at line 12 of file ../../src/ui/lib/escher/renderer/semaphore.cc

void Semaphore (vk::Device device, bool exportable)

Defined at line 14 of file ../../src/ui/lib/escher/renderer/semaphore.cc

vk::Semaphore vk_semaphore ()

Defined at line 30 of file ../../src/ui/lib/escher/renderer/semaphore.h

void ~Semaphore ()

Defined at line 31 of file ../../src/ui/lib/escher/renderer/semaphore.cc

SemaphorePtr New (vk::Device device)

Convenient.

Defined at line 33 of file ../../src/ui/lib/escher/renderer/semaphore.cc

SemaphorePtr NewExportableSem (vk::Device device)

Defined at line 35 of file ../../src/ui/lib/escher/renderer/semaphore.cc