SimpleGL  1.1.0
A framework for platform independent rendering
Public Member Functions | List of all members
sgl::Fence Class Reference

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...
 

Detailed Description

This class wraps a Vulkan fence.

Definition at line 48 of file synchronization.hpp.

Constructor & Destructor Documentation

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.

Member Function Documentation

VkFence sgl::Fence::getHandle ( )

Returns the handle of the fence.

Returns
The handle of the fence.

Definition at line 63 of file synchronization.cpp.


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