Class Semaphore#
Defined in File Semaphore.h
Inheritance Relationships#
Derived Type#
public TRAP::Graphics::API::VulkanSemaphore
(Class VulkanSemaphore)
Class Documentation#
-
class Semaphore#
Subclassed by TRAP::Graphics::API::VulkanSemaphore
Public Functions
-
virtual ~Semaphore()#
Destructor.
-
constexpr bool IsSignaled() const noexcept#
Is the semaphore signaled?
- Returns:
True if the semaphore is signaled, false otherwise.
Public Static Functions
Protected Functions
-
Semaphore()#
Constructor.
Protected Attributes
-
bool m_signaled = false#
-
virtual ~Semaphore()#