VulkanEngine
0.1
Graphics engine using Vulkan
Loading...
Searching...
No Matches
CommandBuffer.h
1
// Copyright (c) 2024 Michael Carlie. All Rights Reserved.
2
//
3
// This software is released under the MIT License.
4
// https://opensource.org/licenses/MIT
5
6
#ifndef INCLUDE_VULKANENGINE_COMMANDBUFFER_H_
7
#define INCLUDE_VULKANENGINE_COMMANDBUFFER_H_
8
9
namespace
VulkanEngine
{
10
12
class
CommandBuffer
{
13
public
:
15
~CommandBuffer
();
16
17
private
:
18
int
graphics_queue_family_index;
19
};
20
21
}
// namespace VulkanEngine
22
23
#endif
// INCLUDE_VULKANENGINE_COMMANDBUFFER_H_
VulkanEngine::CommandBuffer
Class which represents a command buffer.
Definition:
CommandBuffer.h:12
VulkanEngine::CommandBuffer::~CommandBuffer
~CommandBuffer()
Destructor.
VulkanEngine
TODO development of this class is in progress.
Definition:
Attribute.h:13
include
VulkanEngine
CommandBuffer.h
Generated by
1.9.6