jGL
Loading...
Searching...
No Matches
include
jGL
Vulkan
Command
commandPool.h
Go to the documentation of this file.
1
#ifndef COMMANDPOOL
2
#define COMMANDPOOL
3
4
#include <
jGL/Vulkan/Device/device.h
>
5
6
namespace
jGL::Vulkan
7
{
8
class
CommandPool
9
{
10
11
public
:
12
13
CommandPool
() =
default
;
14
15
CommandPool
(
const
Device
& device);
16
17
const
VkCommandPool &
getVkCommandPool
()
const
{
return
commandPool; }
18
19
private
:
20
21
VkCommandPool commandPool;
22
23
};
24
}
25
26
#endif
/* COMMANDPOOL */
jGL::Vulkan::CommandPool
Definition
commandPool.h:9
jGL::Vulkan::CommandPool::getVkCommandPool
const VkCommandPool & getVkCommandPool() const
Definition
commandPool.h:17
jGL::Vulkan::CommandPool::CommandPool
CommandPool()=default
jGL::Vulkan::Device
Definition
device.h:10
device.h
jGL::Vulkan
Definition
buffer.h:10
Generated by
1.9.8