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
9namespace VulkanEngine {
10
13 public:
16
17 private:
18 int graphics_queue_family_index;
19};
20
21} // namespace VulkanEngine
22
23#endif // INCLUDE_VULKANENGINE_COMMANDBUFFER_H_
Class which represents a command buffer.
Definition: CommandBuffer.h:12
TODO development of this class is in progress.
Definition: Attribute.h:13