SimpleGL
1.1.0
A framework for platform independent rendering
|
This class wraps a Vulkan fence. More...
#include <synchronization.hpp>
Public Member Functions | |
Fence (void) | |
Creates a new fence. More... | |
~Fence (void) | |
Destroys the fence. More... | |
VkFence | getHandle () |
Returns the handle of the fence. More... | |
This class wraps a Vulkan fence.
Definition at line 48 of file synchronization.hpp.
sgl::Fence::Fence | ( | void | ) |
Creates a new fence.
Definition at line 42 of file synchronization.cpp.
sgl::Fence::~Fence | ( | void | ) |
Destroys the fence.
Definition at line 56 of file synchronization.cpp.
VkFence sgl::Fence::getHandle | ( | ) |
Returns the handle of the fence.
Definition at line 63 of file synchronization.cpp.