Lugdunum  0.1.0
Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
lug::Graphics::Vulkan::API::Semaphore Class Reference

#include <Semaphore.hpp>

Collaboration diagram for lug::Graphics::Vulkan::API::Semaphore:
[legend]

Public Member Functions

 Semaphore ()=default
 
 Semaphore (const Semaphore &)=delete
 
 Semaphore (Semaphore &&semaphore)
 
Semaphoreoperator= (const Semaphore &)=delete
 
Semaphoreoperator= (Semaphore &&semaphore)
 
 ~Semaphore ()
 
 operator VkSemaphore () const
 
void destroy ()
 

Private Member Functions

 Semaphore (VkSemaphore semaphore, const Device *device)
 

Private Attributes

VkSemaphore _semaphore {VK_NULL_HANDLE}
 
const Device_device {nullptr}
 

Friends

class Builder::Semaphore
 

Detailed Description

Definition at line 17 of file Semaphore.hpp.

Constructor & Destructor Documentation

◆ Semaphore() [1/4]

lug::Graphics::Vulkan::API::Semaphore::Semaphore ( )
default

◆ Semaphore() [2/4]

lug::Graphics::Vulkan::API::Semaphore::Semaphore ( const Semaphore )
delete

◆ Semaphore() [3/4]

lug::Graphics::Vulkan::API::Semaphore::Semaphore ( Semaphore &&  semaphore)

Definition at line 12 of file Semaphore.cpp.

◆ ~Semaphore()

lug::Graphics::Vulkan::API::Semaphore::~Semaphore ( )

Definition at line 30 of file Semaphore.cpp.

◆ Semaphore() [4/4]

lug::Graphics::Vulkan::API::Semaphore::Semaphore ( VkSemaphore  semaphore,
const Device device 
)
explicitprivate

Definition at line 10 of file Semaphore.cpp.

Member Function Documentation

◆ operator=() [1/2]

Semaphore& lug::Graphics::Vulkan::API::Semaphore::operator= ( const Semaphore )
delete

◆ operator=() [2/2]

Semaphore & lug::Graphics::Vulkan::API::Semaphore::operator= ( Semaphore &&  semaphore)

Definition at line 19 of file Semaphore.cpp.

◆ operator VkSemaphore()

lug::Graphics::Vulkan::API::Semaphore::operator VkSemaphore ( ) const
inlineexplicit

Definition at line 31 of file Semaphore.hpp.

◆ destroy()

void lug::Graphics::Vulkan::API::Semaphore::destroy ( )

Definition at line 34 of file Semaphore.cpp.

Friends And Related Function Documentation

◆ Builder::Semaphore

friend class Builder::Semaphore
friend

Definition at line 18 of file Semaphore.hpp.

Member Data Documentation

◆ _semaphore

VkSemaphore lug::Graphics::Vulkan::API::Semaphore::_semaphore {VK_NULL_HANDLE}
private

Definition at line 41 of file Semaphore.hpp.

◆ _device

const Device* lug::Graphics::Vulkan::API::Semaphore::_device {nullptr}
private

Definition at line 42 of file Semaphore.hpp.


The documentation for this class was generated from the following files: