//===----- hlsl_spirv.h - HLSL definitions for SPIR-V target --------------===// // // 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_HLSL_SPIRV_H_ #define _HLSL_HLSL_SPIRV_H_ namespace hlsl { namespace vk { template struct integral_constant { static constexpr T value = v; }; template struct Literal {}; template using SpirvType = __hlsl_spirv_type; template using SpirvOpaqueType = __hlsl_spirv_type; } // namespace vk } // namespace hlsl #endif // _HLSL_HLSL_SPIRV_H_