aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordan sinclair <dj2@everburning.com>2019-01-29 10:17:29 -0500
committerGitHub <noreply@github.com>2019-01-29 10:17:29 -0500
commit026fb9d53760c3a0fabb49adda7a6eb450658df6 (patch)
treedd318027f3f2d11d67a8d53f6ab9639261c00e75 /include
parent96267247793fde33d93dd81f48a52b0e22767e7a (diff)
downloadamber-026fb9d53760c3a0fabb49adda7a6eb450658df6.tar.gz
Fixup ENTRY_POINT processing for AmberScript (#250)
This CL updates the AmberScript parser to handle the changes to the ENTRY_POINT parameter.
Diffstat (limited to 'include')
-rw-r--r--include/amber/shader_info.h1
1 files changed, 1 insertions, 0 deletions
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 {