This website requires JavaScript.
Explore
Help
Sign In
mewin
/
glslang
Watch
1
Star
0
Fork
0
You've already forked glslang
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
2,015
Commits
1
Branch
0
Tags
Commit Graph
3 Commits
Author
SHA1
Message
Date
John Kessenich
0c6f9360f5
HLSL:
Fix
#96
: Support do-while loop substatements with no curly braces.
2017-04-20 11:08:24 -06:00
John Kessenich
6fa17641b5
HLSL: Emit the OpSource HLSL instruction for HLSL, using new headers.
2017-04-07 15:40:01 -06:00
John Kessenich
7e997e2612
HLSL: Implicit bool conversions for conditional expressions and related.
...
Covers if(cond), while(cond), do-while(cond), for(;cond;), and (cond ? :).
Fixes
#778
.
2017-03-30 22:52:33 -06:00