glslang-zig/glslang/Include
John Kessenich fc51d284aa Backward incompatible: Turn on PureOperatorBuiltins: use only enum-based built-in functions in the AST.
If this breaks your AST consumer, best is to modify it to test
against the enum values instead of doing string comparisons on
built-in function names.  This is the reason the change was made.

If you need the old behavior, you should be able to get it back by changing
PureOperatorBuiltins to be false instead of true.  This path will work for
a while, but is marked deprecated.

Also, the old behavior is tagged as release 2.4.
2015-08-19 13:43:25 -06:00
..
arrays.h Array of array: Implement the core functionality: types, constructors, operations. 2015-08-10 17:08:55 -06:00
BaseTypes.h Implement GL_OES_primitive_bounding_box. 2015-08-16 12:09:15 -06:00
Common.h Merge pull request #57 from google/glslang-android 2015-08-17 10:27:11 -06:00
ConstantUnion.h Array of Array prep: Turn a batch of 0's into nullptr or UnsizedArraySize. 2015-08-09 18:15:25 -06:00
InfoSink.h Create a new method to return string name or number to DRY code. 2015-08-06 15:24:56 -04:00
InitializeGlobals.h Interface and naming improvements: 2013-11-01 17:41:52 +00:00
intermediate.h More preparation for pure built-in functions as enums: Add texturing op cracker. 2015-08-19 10:46:52 -06:00
PoolAlloc.h glslang: Fix over 100 warnings from MSVC warning level 4. 2015-05-15 17:30:55 +00:00
ResourceLimits.h Implement GL_ARB_shader_texture_image_samples. Also add in gl_MaxSamples and the float imageAtomicExchange. 2014-08-13 16:54:02 +00:00
revision.h Backward incompatible: Turn on PureOperatorBuiltins: use only enum-based built-in functions in the AST. 2015-08-19 13:43:25 -06: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 glslang: Fix over 100 warnings from MSVC warning level 4. 2015-05-15 17:30:55 +00:00
Types.h Array of array: Implement the core functionality: types, constructors, operations. 2015-08-10 17:08:55 -06:00