glslang-zig/glslang/Include
John Kessenich a9819921b3 Improvement to the AST traversal infrastructure.
Note:  This affects any downstream consumers of glslang's traverser.  Let me know if there are any issues.  Essentially, you will need to change the functions that were pointed to into overriding base-class members instead.  See the examples in this check in.


git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@24740 e7fa87d3-cd2b-0410-9028-fcbf551c1848
2014-01-11 19:29:55 +00:00
..
BaseTypes.h Add function "const", where the initializer does not have to be a compile-time constant. 2013-10-17 20:55:30 +00:00
Common.h Add new convenience pool allocators for arbitrary types, and use them to keep all TSymbol content in the pool, so they don't have to be deleted. 2013-11-20 18:37:12 +00:00
ConstantUnion.h Finish compile-time constant folding for multi-argument built-ins: distance(), dot(), cross(), faceforward(), reflect(), refract(), and outerProduct(). 2013-12-03 01:18:06 +00:00
InfoSink.h Put all glslang internals (but not the external interface) into the glslang namespace. 2013-08-29 00:39:25 +00:00
InitializeGlobals.h Interface and naming improvements: 2013-11-01 17:41:52 +00:00
intermediate.h Improvement to the AST traversal infrastructure. 2014-01-11 19:29:55 +00:00
PoolAlloc.h Interface and naming improvements: 2013-11-01 17:41:52 +00:00
ResourceLimits.h Add built-in constants through version 440. Some still need to be consumed when initializing the symbol table. 2013-10-22 01:50:39 +00:00
revision.h Improvement to the AST traversal infrastructure. 2014-01-11 19:29:55 +00:00
revision.template Add a versioning system and tie it to the -v command-line option. System is described in glslang/Include/revision.template. 2013-12-04 04:43:40 +00:00
ShHandle.h Add link validation infrastructure for multiple compilation units per stage. Includes a new, straightforward, C++ interface to the front end. 2013-09-04 21:19:27 +00:00
Types.h GL_ARB_enhanced_layouts, part 2: Full implementation of location/component, plus the parsing for xfb* and align/offset (but not yet full semantics for align/offset). 2014-01-08 23:25:18 +00:00