Skip to content

Commit 5115180

Browse files
author
devsh
committed
fix what I broke
1 parent d1a1646 commit 5115180

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

examples_tests

Submodule examples_tests updated 50 files

include/nbl/builtin/hlsl/cpp_compat/vector.hlsl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ NBL_TYPEDEF_VECTORS(float64_t);
7777
#undef NBL_TYPEDEF_VECTORS
7878
}
7979

80+
#ifndef __HLSL_VERSION
8081
namespace core
8182
{
8283
template<typename T, uint16_t N, typename Dummy>
@@ -88,6 +89,6 @@ struct blake3_hasher::update_impl<hlsl::vector<T,N>,Dummy>
8889
}
8990
};
9091
}
91-
}
92-
9392
#endif
93+
}
94+
#endif

0 commit comments

Comments
 (0)