1*12c85518Srobert //===----- hlsl.h - HLSL definitions --------------------------------------===// 2*12c85518Srobert // 3*12c85518Srobert // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4*12c85518Srobert // See https://llvm.org/LICENSE.txt for license information. 5*12c85518Srobert // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 6*12c85518Srobert // 7*12c85518Srobert //===----------------------------------------------------------------------===// 8*12c85518Srobert 9*12c85518Srobert #ifndef _HLSL_H_ 10*12c85518Srobert #define _HLSL_H_ 11*12c85518Srobert 12*12c85518Srobert #include "hlsl/hlsl_basic_types.h" 13*12c85518Srobert #include "hlsl/hlsl_intrinsics.h" 14*12c85518Srobert 15*12c85518Srobert #endif //_HLSL_H_ 16