From 47dfd3c7f3e337153ee84556a4558b2ede08c3ab Mon Sep 17 00:00:00 2001 From: dan sinclair Date: Mon, 27 May 2019 20:07:26 -0400 Subject: Add HLSL support through DXC (#511) This Cl adds DXC to the Amber third_party directory and enables using HLSL as the shader language in AmberScript. Fixes #34 --- include/amber/shader_info.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/amber/shader_info.h b/include/amber/shader_info.h index 367c385..d016441 100644 --- a/include/amber/shader_info.h +++ b/include/amber/shader_info.h @@ -24,6 +24,7 @@ enum ShaderFormat { kShaderFormatDefault = 0, kShaderFormatText, kShaderFormatGlsl, + kShaderFormatHlsl, kShaderFormatSpirvAsm, kShaderFormatSpirvHex, }; -- cgit v1.2.3