File tree Expand file tree Collapse file tree
ZEngine/Rendering/Buffers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,6 +56,8 @@ target_link_libraries(
5656 stduuid
5757 yaml-cpp::yaml-cpp
5858 spirv-cross-core
59+ SPIRV-Tools-static
60+ SPIRV-Tools-opt
5961 glslang::glslang
6062 glslang::glslang-default-resource-limits
6163 glslang::SPIRV
@@ -133,7 +135,7 @@ target_compile_definitions(
133135 YAML_CPP_STATIC_DEFINE )
134136
135137if (${CMAKE_SYSTEM_NAME} STREQUAL "Windows" )
136- target_compile_definitions (zEngineLib PUBLIC VK_USE_PLATFORM_WIN32_KHR )
138+ target_compile_definitions (zEngineLib PUBLIC VK_USE_PLATFORM_WIN32_KHR NOMINMAX )
137139endif ()
138140
139141if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux" )
Original file line number Diff line number Diff line change 22#include < ZEngine/Hardwares/VulkanDevice.h>
33#include < ZEngine/Rendering/Buffers/GraphicBuffer.h>
44#include < ZEngine/ZEngineDef.h>
5+ #include < span>
56
67namespace ZEngine ::Rendering::Buffers
78{
Original file line number Diff line number Diff line change 11#pragma once
22#include < ZEngine/Hardwares/VulkanDevice.h>
33#include < ZEngine/Rendering/Buffers/GraphicBuffer.h>
4+ #include < span>
45
56namespace ZEngine ::Rendering::Buffers
67{
You can’t perform that action at this time.
0 commit comments