Plasma Engine  2.0
Loading...
Searching...
No Matches
RendererVulkanPCH.h
1#pragma once
2
3#include <Foundation/Basics.h>
4#include <Foundation/Logging/Log.h>
5#include <RendererVulkan/RendererVulkanDLL.h>
6#include <vulkan/vulkan_format_traits.hpp>
7
8
9#if VK_HEADER_VERSION < 268
10# error "Your vulkan headers are to old. The headers of SDK 1.3.211 or newer are required"
11#endif
12
13#include <RendererVulkan/MemoryAllocator/MemoryAllocatorVulkan.h>