|
VulkanEngine 0.1
Graphics engine using Vulkan
|
#include <SingleUsageCommandBuffer.h>
Public Member Functions | |
| void | beginSingleUsageCommandBuffer () |
| Creates and starts recording the command buffer. | |
| void | endSingleUsageCommandBuffer () |
| Stops recording and submits the command buffer. | |
Public Attributes | |
| vk::CommandBuffer | single_use_command_buffer |
| The single use command buffer. | |
Class which provides the ability to generate vulkan command buffer for one time recording and submission. TODO Make this a specialization of a generic command buffer class