File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
#define _NBL_BUILTIN_HLSL_TGMATH_INCLUDED_
6
6
7
7
#include <nbl/builtin/hlsl/spirv_intrinsics/glsl.std.450 .hlsl>
8
- #include <nbl/builtin/hlsl/impl/tgmath_impl .hlsl>
8
+ #include <nbl/builtin/hlsl/tgmath/impl .hlsl>
9
9
#include <nbl/builtin/hlsl/type_traits.hlsl>
10
10
#include <nbl/builtin/hlsl/vector_utils/vector_traits.hlsl>
11
11
#include <nbl/builtin/hlsl/cpp_compat.hlsl>
File renamed without changes.
Original file line number Diff line number Diff line change @@ -226,8 +226,6 @@ LIST_BUILTIN_RESOURCE(NBL_RESOURCES_TO_EMBED "hlsl/ieee754/impl.hlsl")
226
226
LIST_BUILTIN_RESOURCE (NBL_RESOURCES_TO_EMBED "hlsl/array_accessors.hlsl" )
227
227
LIST_BUILTIN_RESOURCE (NBL_RESOURCES_TO_EMBED "hlsl/vector_utils/vector_traits.hlsl" )
228
228
LIST_BUILTIN_RESOURCE (NBL_RESOURCES_TO_EMBED "hlsl/matrix_utils/matrix_traits.hlsl" )
229
- LIST_BUILTIN_RESOURCE (NBL_RESOURCES_TO_EMBED "hlsl/tgmath.hlsl" )
230
- LIST_BUILTIN_RESOURCE (NBL_RESOURCES_TO_EMBED "hlsl/impl/tgmath_impl.hlsl" )
231
229
232
230
#spirv intrinsics
233
231
LIST_BUILTIN_RESOURCE (NBL_RESOURCES_TO_EMBED "hlsl/spirv_intrinsics/core.hlsl" )
@@ -358,6 +356,8 @@ LIST_BUILTIN_RESOURCE(NBL_RESOURCES_TO_EMBED "hlsl/concepts/accessors/mip_mapped
358
356
LIST_BUILTIN_RESOURCE (NBL_RESOURCES_TO_EMBED "hlsl/concepts/accessors/storable_image.hlsl" )
359
357
LIST_BUILTIN_RESOURCE (NBL_RESOURCES_TO_EMBED "hlsl/concepts/accessors/fft.hlsl" )
360
358
#tgmath
359
+ LIST_BUILTIN_RESOURCE (NBL_RESOURCES_TO_EMBED "hlsl/tgmath.hlsl" )
360
+ LIST_BUILTIN_RESOURCE (NBL_RESOURCES_TO_EMBED "hlsl/tgmath/impl.hlsl" )
361
361
LIST_BUILTIN_RESOURCE (NBL_RESOURCES_TO_EMBED "hlsl/tgmath/output_structs.hlsl" )
362
362
363
363
ADD_CUSTOM_BUILTIN_RESOURCES (nblBuiltinResourceData NBL_RESOURCES_TO_EMBED "${NBL_ROOT_PATH} /include" "nbl/builtin" "nbl::builtin" "${NBL_ROOT_PATH_BINARY} /include" "${NBL_ROOT_PATH_BINARY} /src" "STATIC" "INTERNAL" )
You can’t perform that action at this time.
0 commit comments