/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/Engine/RendererVulkan/RendererVulkanPCH.h
14 строк
367 B
Sanakan8472
Moved Vulkan-SDK into ThirdParty (#1711)
16 ноя 2025, 16:42
Не верифицирован
16 ноя 2025, 16:42
ab29cde
Код
Авторство
О чём код?
#pragma once #include <Foundation/Basics.h> #include <Foundation/Logging/Log.h> #include <RendererVulkan/RendererVulkanDLL.h> #include <vulkan/vulkan_format_traits.hpp> #if VK_HEADER_VERSION < 268 # error "Your vulkan headers are to old. The headers of SDK 1.3.275 or newer are required" #endif #include <RendererVulkan/MemoryAllocator/MemoryAllocatorVulkan.h>