aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoralan-baker <33432579+alan-baker@users.noreply.github.com>2019-07-15 21:19:11 -0400
committerdan sinclair <dsinclair@google.com>2019-07-15 21:19:11 -0400
commitbbe15eabade03277cb6f614697133b0dcf1f68e3 (patch)
tree162e24fe13e4d711382d5d0e194d7df5106eaa71 /include
parented9971b45f46d35f8bcdf7190de34680d743e630 (diff)
downloadamber-bbe15eabade03277cb6f614697133b0dcf1f68e3.tar.gz
Support parsing OpenCL C kernels (#578)
* New shader format: OpenCLC * Add parser tests * Build fixes for clspv * add include director * add link libraries * add macro definition * Add clspv helper for compiling Fixes #428
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 d016441..713b18c 100644
--- a/include/amber/shader_info.h
+++ b/include/amber/shader_info.h
@@ -27,6 +27,7 @@ enum ShaderFormat {
kShaderFormatHlsl,
kShaderFormatSpirvAsm,
kShaderFormatSpirvHex,
+ kShaderFormatOpenCLC,
};
enum ShaderType {