ngfx::VKSemaphore

Inherits from ngfx::Semaphore

Public Functions

Name
void create(VkDevice device)
virtual ~VKSemaphore()
virtual uint64_t wait()
virtual void signal(uint64_t value =1)

Public Attributes

Name
VkSemaphore v
VkSemaphoreCreateInfo createInfo

Additional inherited members

Public Functions inherited from ngfx::Semaphore

Name
virtual ~Semaphore()

Public Functions Documentation

function create

void create(
    VkDevice device
)

function ~VKSemaphore

virtual ~VKSemaphore()

function wait

virtual uint64_t wait()

Reimplements: ngfx::Semaphore::wait

function signal

virtual void signal(
    uint64_t value =1
)

Reimplements: ngfx::Semaphore::signal

Public Attributes Documentation

variable v

VkSemaphore v = VK_NULL_HANDLE;

variable createInfo

VkSemaphoreCreateInfo createInfo;

Updated on 3 April 2021 at 20:21:51 PDT