4#include <RendererFoundation/RendererFoundationDLL.h>
5#include <RendererFoundation/Shader/VertexDeclaration.h>
6#include <RendererVulkan/RendererVulkanDLL.h>
8#include <vulkan/vulkan.hpp>
32#include <RendererVulkan/Shader/Implementation/VertexDeclarationVulkan_inl.h>
This class encapsulates an array and it's size. It is recommended to use this class instead of plain ...
Definition ArrayPtr.h:37
The plRenderDevice class is the primary interface for interactions with rendering APIs It contains a ...
Definition Device.h:19
The Vulkan device implementation of the graphics abstraction layer.
Definition DeviceVulkan.h:58
Definition VertexDeclaration.h:8
Definition VertexDeclarationVulkan.h:11
A hybrid array uses in-place storage to handle the first few elements without any allocation....
Definition HybridArray.h:12
This class provides functions to work on raw memory.
Definition MemoryUtils.h:26
Definition Descriptors.h:153
Default enum for returning failure or success, instead of using a bool.
Definition Types.h:54