https://github.com/shader-slang/slang
Revision caf6f7a03793be3fc74683994414776f3604ad8a authored by Yong He on 17 January 2018, 19:48:07 UTC, committed by Yong He on 18 January 2018, 01:54:56 UTC
- support overloaded generic function. this involves adding a new expression type, `OverloadedExpr2` to hold the candidate expressions for the generic function decl being referenced.
- make BitNot a normal IROp instead of an IRPseudoOp
- make sure we clone the decorations of parameters when cloning ir functions
- propagate geometry shader entry point attributes (`[maxvertexcount]` and `[instance]`) through HLSL emit
- IR emit: handle geometry shader entry-point parameter decorations, such as 'triangle'.
- IR emit: treat geometry shader stream output typed ir value as `should fold into use`.
1 parent 68f529a
Raw File
Tip revision: caf6f7a03793be3fc74683994414776f3604ad8a authored by Yong He on 17 January 2018, 19:48:07 UTC
All compiler fixes to get ir branch work with falcor feature demo.
Tip revision: caf6f7a
.gitmodules
[submodule "external/glslang"]
	path = external/glslang
	url = https://github.com/KhronosGroup/glslang.git
back to top