https://github.com/shader-slang/slang
Revision 57f737dc5111b75e2c9591b83eacd2219ea67d07 authored by Yong He on 13 November 2017, 23:22:03 UTC, committed by Yong He on 13 November 2017, 23:22:34 UTC
This commit addresses issue #275

This commit includes following changes:

1. legalize function parameter IRParam instructions
2. legalize function parameter types in IRFuncType
3. legalize call sites (IRCall) with proper arguments
4. legalize local vars that has a mixed resource type.
1 parent c9d9424
History
Tip revision: 57f737dc5111b75e2c9591b83eacd2219ea67d07 authored by Yong He on 13 November 2017, 23:22:03 UTC
Legalization of function parameter types.
Tip revision: 57f737d
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-- 36.5 KB
slang.sln -rw-r--r-- 9.1 KB
test.bat -rw-r--r-- 1.4 KB

README.md

back to top