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

This class wraps a Vulkan command pool. More...

#include <command_buffer.hpp>

Public Member Functions

 CommandPool (void)
 Creates a new command pool. More...
 
 ~CommandPool (void)
 Destroys the command pool. More...
 
VkCommandPool getHandle ()
 Returns the handle of the command pool. More...
 

Detailed Description

This class wraps a Vulkan command pool.

Definition at line 27 of file command_buffer.hpp.

Constructor & Destructor Documentation

sgl::CommandPool::CommandPool ( void  )

Creates a new command pool.

Definition at line 21 of file command_buffer.cpp.

sgl::CommandPool::~CommandPool ( void  )

Destroys the command pool.

Definition at line 37 of file command_buffer.cpp.

Member Function Documentation

VkCommandPool sgl::CommandPool::getHandle ( )

Returns the handle of the command pool.

Returns
The handle of the command pool.

Definition at line 44 of file command_buffer.cpp.


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