vOOlkan
An object oriented approach to Vulkan
QueueFamily.h
Go to the documentation of this file.
1
#ifndef VULKAN_QUEUEFAMILY
2
#define VULKAN_QUEUEFAMILY
3
7
namespace
Vulkan
{
8
enum class
QueueFamily
{
9
GRAPHICS
,
PRESENTATION
10
};
11
}
12
13
#endif
Vulkan
Types of queue families.
Definition:
Animations.h:17
Vulkan::QueueFamily
QueueFamily
Definition:
QueueFamily.h:8
Vulkan::QueueFamily::GRAPHICS
@ GRAPHICS
Vulkan::QueueFamily::PRESENTATION
@ PRESENTATION
QueueFamily.h
Generated by
1.9.4