https://github.com/shader-slang/slang
Revision fd056b0b2c20949654d28b2a25efc60627c4f0b7 authored by Yong He on 13 November 2017, 23:22:03 UTC, committed by Yong He on 13 November 2017, 23:39:17 UTC
This commit fixes 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: fd056b0b2c20949654d28b2a25efc60627c4f0b7 authored by Yong He on 13 November 2017, 23:22:03 UTC
Legalization of function parameter types.
Tip revision: fd056b0
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