Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Integrate changes from The Witness
- Add support for tex*size intrinsics. - Add support for tex2Dgather intrinsic. - Add support for interpolation modifiers in HLSL generator. - Fix support for multiple chained assignments. - Fix handling of -- operator. - In progress: support for stage blocks and inline input/output declarations.
- Loading branch information
Showing
with
229 additions
and 56 deletions.
- +1 −1 src/GLSLGenerator.cpp
- +74 −7 src/HLSLGenerator.cpp
- +4 −0 src/HLSLGenerator.h
- +64 −8 src/HLSLParser.cpp
- +1 −1 src/HLSLParser.h
- +1 −1 src/HLSLTokenizer.cpp
- +64 −38 src/HLSLTree.cpp
- +20 −0 src/HLSLTree.h
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.