https://github.com/shader-slang/slang
Revision 04416431993b1d5efa8eac759a16832d40c2a159 authored by jsmall-nvidia on 13 March 2019, 20:31:29 UTC, committed by GitHub on 13 March 2019, 20:31:29 UTC
* * leftSide and rightSide set op to nullptr, before was just uninitialized
* Added support for GLSL for vector/scalar comparisons
* Added test

* * Remove unneeded precedence code.
* Simplify function to _maybeEmitGLSLCast

* * Take into account precedence & closing of brackets in same way as function call, if function call used for vector comparison (as on GLSL)
1 parent 3b33c1b
History
Tip revision: 04416431993b1d5efa8eac759a16832d40c2a159 authored by jsmall-nvidia on 13 March 2019, 20:31:29 UTC
Add support for vector/scalar compares for GLSL (#903)
Tip revision: 0441643
File Mode Size
docs
examples
external
source
tests
tools
.editorconfig -rw-r--r-- 937 bytes
.gitattributes -rw-r--r-- 95 bytes
.gitignore -rw-r--r-- 407 bytes
.gitmodules -rw-r--r-- 406 bytes
.travis.yml -rw-r--r-- 1.7 KB
CODE_OF_CONDUCT.md -rw-r--r-- 3.1 KB
LICENSE -rw-r--r-- 1.1 KB
Makefile -rw-r--r-- 6.0 KB
README.md -rw-r--r-- 6.7 KB
appveyor.yml -rw-r--r-- 3.7 KB
premake5.lua -rw-r--r-- 25.3 KB
slang-com-helper.h -rw-r--r-- 4.8 KB
slang-com-ptr.h -rw-r--r-- 4.8 KB
slang.h -rw-r--r-- 88.2 KB
slang.sln -rw-r--r-- 9.8 KB
test.bat -rw-r--r-- 1.4 KB
travis_build.sh -rw-r--r-- 304 bytes
travis_test.sh -rw-r--r-- 435 bytes

README.md

back to top