From 026fb9d53760c3a0fabb49adda7a6eb450658df6 Mon Sep 17 00:00:00 2001 From: dan sinclair Date: Tue, 29 Jan 2019 10:17:29 -0500 Subject: Fixup ENTRY_POINT processing for AmberScript (#250) This CL updates the AmberScript parser to handle the changes to the ENTRY_POINT parameter. --- 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 4f1fc31..9dc5553 100644 --- a/include/amber/shader_info.h +++ b/include/amber/shader_info.h @@ -35,6 +35,7 @@ enum ShaderType { kShaderTypeVertex, kShaderTypeTessellationControl, kShaderTypeTessellationEvaluation, + kShaderTypeMulti, }; struct ShaderInfo { -- cgit v1.2.3