aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/clang/lib/Headers/hlsl.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/clang/lib/Headers/hlsl.h')
-rw-r--r--contrib/llvm-project/clang/lib/Headers/hlsl.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/contrib/llvm-project/clang/lib/Headers/hlsl.h b/contrib/llvm-project/clang/lib/Headers/hlsl.h
new file mode 100644
index 000000000000..a9dce4503ddd
--- /dev/null
+++ b/contrib/llvm-project/clang/lib/Headers/hlsl.h
@@ -0,0 +1,15 @@
+//===----- hlsl.h - HLSL definitions --------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef _HLSL_H_
+#define _HLSL_H_
+
+#include "hlsl/hlsl_basic_types.h"
+#include "hlsl/hlsl_intrinsics.h"
+
+#endif //_HLSL_H_