6#ifndef INCLUDE_VULKANENGINE_SINGLEUSAGECOMMANDBUFFER_H_
7#define INCLUDE_VULKANENGINE_SINGLEUSAGECOMMANDBUFFER_H_
9#include <vulkan/vulkan.hpp>
Definition: SingleUsageCommandBuffer.h:16
void beginSingleUsageCommandBuffer()
Creates and starts recording the command buffer.
Definition: SingleUsageCommandBuffer.cpp:27
vk::CommandBuffer single_use_command_buffer
The single use command buffer.
Definition: SingleUsageCommandBuffer.h:25
void endSingleUsageCommandBuffer()
Stops recording and submits the command buffer.
Definition: SingleUsageCommandBuffer.cpp:52
TODO development of this class is in progress.
Definition: Attribute.h:13