File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
include/nbl/builtin/hlsl/cpp_compat Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 77#include <glm/glm.hpp>
88#include <glm/detail/_swizzle.hpp>
99#include <stdint.h>
10- #include <openexr/IlmBase/Half/ half .h>
10+ #include <half .h>
1111
1212namespace nbl::hlsl
1313{
Original file line number Diff line number Diff line change @@ -466,6 +466,7 @@ else()
466466 target_link_libraries (Nabla PRIVATE SPIRV SPIRV-Tools SPIRV-Tools-opt)
467467endif ()
468468target_include_directories (Nabla PUBLIC
469+ "${THIRD_PARTY_SOURCE_DIR} /dxc/dxc/include"
469470 "${THIRD_PARTY_SOURCE_DIR} /dxc/dxc/external/SPIRV-Tools/include"
470471 "${THIRD_PARTY_SOURCE_DIR} /dxc/dxc/external/SPIRV-Headers/include"
471472)
@@ -544,7 +545,6 @@ add_custom_target(dxcompiler
544545add_dependencies (Nabla dxcompiler)
545546add_dependencies (3rdparty dxcompiler)
546547
547- target_include_directories (Nabla PRIVATE "${DXC_INCLUDE_DIRECTORIES} " )
548548if (NBL_STATIC_BUILD)
549549 target_link_libraries (Nabla INTERFACE "${DXC_LIB} " )
550550else ()
You can’t perform that action at this time.
0 commit comments