From 9304c2d04c9bfbae33cc328d404b24aba375aa4f Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 21 Oct 2021 15:51:18 -0700 Subject: Diagnostic for no type conformance + bug fix. (#1985) * Diagnostic for no type conformance + bug fix. * Fixes. * Fix. * Include heterogeneous example only with --enable-experimental-projects premake flag Co-authored-by: Yong He Co-authored-by: jsmall-nvidia --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9df009a6d..690392d5a 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,5 @@ prelude/*.h.cpp /docs/Gemfile.lock /docs/Gemfile /source/slang/slang-stdlib-generated.h + +/examples/heterogeneous-hello-world/shader.cpp \ No newline at end of file -- cgit v1.2.3