https://github.com/shader-slang/slang
Revision 8e0e6b64b934e161db297845ca55e66a3c248220 authored by Yong He on 20 December 2017, 16:01:36 UTC, committed by Tim Foley on 20 December 2017, 16:01:36 UTC
* Support simple generics syntax.

This commit enables simpler generics syntax, e.g.
T test<T>(T arg) {}
or
struct Gen<T>{T x;};

* Support simple generics syntax.

This commit enables simpler generics syntax, e.g.
T test<T>(T arg) {}
or
struct Gen<T>{T x;};

* add expected test result for compute/generics-syntax.slang
1 parent 563fc0c
History
Tip revision: 8e0e6b64b934e161db297845ca55e66a3c248220 authored by Yong He on 20 December 2017, 16:01:36 UTC
Support simple generics syntax (#319)
Tip revision: 8e0e6b6
File Mode Size
build
docs
examples
external
source
tests
tools
.gitattributes -rw-r--r-- 95 bytes
.gitignore -rw-r--r-- 398 bytes
.gitmodules -rw-r--r-- 107 bytes
.travis.yml -rw-r--r-- 1.6 KB
CODE_OF_CONDUCT.md -rw-r--r-- 3.1 KB
LICENSE -rw-r--r-- 1.1 KB
Makefile -rw-r--r-- 6.3 KB
README.md -rw-r--r-- 6.2 KB
appveyor.yml -rw-r--r-- 3.5 KB
slang.h -rw-r--r-- 39.1 KB
slang.sln -rw-r--r-- 9.1 KB
test.bat -rw-r--r-- 1.4 KB

README.md

back to top