glslang-zig/glslang/Include
John Kessenich 859b0342b8 Types: Fix #1290: Rationalize and correct "mixed" style array dimensioning.
There a couple functional problems, which when reduced down also led to
some good simplifications and rationalization.  So, this commit:
 - corrects "mixed" functionality: int[A] f[B] -> f[B][A]
 - correct multi-identifier decls: int[A] f[B], g[C] -> f and g are independently sized.
 - increases symmetry between different places in the code that do this
 - makes fewer ways to do the same thing; several methods are just gone now
 - makes more clear when something is copied or shared
2018-03-26 00:38:53 -06:00
..
arrays.h Types: Fix #1290: Rationalize and correct "mixed" style array dimensioning. 2018-03-26 00:38:53 -06:00
BaseTypes.h SPV: Implement Vulkan 1.1 features and extensions. 2018-03-06 16:12:04 -07:00
Common.h include/Common.h: reorder includes to avoid redefinition on some platforms 2018-03-11 19:51:17 +00:00
ConstantUnion.h SPV: Implement Vulkan 1.1 features and extensions. 2018-03-06 16:12:04 -07:00
InfoSink.h Non-functional: White space after "//", mostly for copyrights. 2017-01-06 12:34:14 -07:00
InitializeGlobals.h Memory: Remove the need for per-thread tear down. 2017-11-13 01:52:11 -07:00
intermediate.h Merge pull request #1269 from bkaradzic/master 2018-03-07 14:31:57 -07:00
PoolAlloc.h Memory: Non-Functional: Rationalize and improve encapsulation of TLS usage. 2017-11-12 15:28:58 -07:00
ResourceLimits.h Non-functional: White space after "//", mostly for copyrights. 2017-01-06 12:34:14 -07:00
revision.h Bump patch version. 2018-03-19 01:11:04 -06:00
revision.template Non-Functional: Whitespace, comments, replace accidentally deleted comment. 2017-01-06 11:24:14 -07:00
ShHandle.h Memory: Remove the need for per-thread tear down. 2017-11-13 01:52:11 -07:00
Types.h Types: Fix #1290: Rationalize and correct "mixed" style array dimensioning. 2018-03-26 00:38:53 -06:00