vOOlkan
An object oriented approach to Vulkan
|
#include <vulkan/vulkan.h>
#include <concepts>
#include "DescriptorSetPool.h"
#include "Set.h"
#include "DynamicSet.h"
Go to the source code of this file.
Classes | |
class | Vulkan::DescriptorSet< S > |
A DescriptorSet is an object which holds the handles (pointers) to the bindings (variables) in a specific set. More... | |
Namespaces | |
namespace | Vulkan |
Types of queue families. | |