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
7namespace Vulkan {
8 enum class QueueFamily {
10 };
11}
12
13#endif
Types of queue families.
Definition: Animations.h:17
QueueFamily
Definition: QueueFamily.h:8