vOOlkan
An object oriented approach to Vulkan
|
#include <vulkan/vulkan.h>
#include <concepts>
#include "PipelineLayout.h"
#include "LogicalDevice.h"
#include "VulkanException.h"
#include "Set.h"
Go to the source code of this file.
Classes | |
class | Vulkan::PipelineOptions::PipelineLayout |
This objects is a reference to all of the resources (e.g. uniforms) that the pipeline can access. More... | |
Namespaces | |
namespace | Vulkan |
Types of queue families. | |
namespace | Vulkan::PipelineOptions |