https://github.com/shader-slang/slang
Revision 0ef7aa85d3a6b2ff1d6b25576b4d9eff188c1a6a authored by Yong He on 21 February 2023, 20:51:46 UTC, committed by GitHub on 21 February 2023, 20:51:46 UTC
* Modify control-flow test case

* Update reverse-control-flow-3.slang

* Fix `transposeCall`.

* Fix.

---------

Co-authored-by: Sai Praveen Bangaru <31557731+saipraveenb25@users.noreply.github.com>
Co-authored-by: Yong He <yhe@nvidia.com>
1 parent 6bca0ec
Raw File
Tip revision: 0ef7aa85d3a6b2ff1d6b25576b4d9eff188c1a6a authored by Yong He on 21 February 2023, 20:51:46 UTC
Fix transposeCall. (#2669)
Tip revision: 0ef7aa8
LICENSE
MIT License

Copyright (c) 2016, Carnegie Mellon University and NVIDIA Corporation

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
back to top