We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1b1351 commit 6b5efabCopy full SHA for 6b5efab
include/nbl/builtin/hlsl/type_traits.hlsl
@@ -9,9 +9,11 @@
9
#include <type_traits>
10
#endif
11
12
-// include cpp_compat.hlsl through matrix.hlsl for HLSL and glm::* typedefs for C++
13
+#include <nbl/builtin/hlsl/cpp_compat.hlsl>
14
#include <nbl/builtin/hlsl/cpp_compat/matrix.hlsl>
15
+
16
17
// Since HLSL currently doesnt allow type aliases we declare them as seperate structs thus they are (WORKAROUND)s
18
/*
19
// helper class
0 commit comments