glslang-zig/glslang/Include
2013-06-24 17:26:56 +00:00
..
BaseTypes.h Add interface blocks as a basic type and handle uniform blocks that have an instance name. Includes handling qualifiers on structure members. 2013-04-10 02:06:46 +00:00
Common.h A round of increasing robustness against buffer overruns. 2013-06-10 07:36:26 +00:00
ConstantUnion.h Unify constant floats and constant doubles; they can all be constant doubles. 2013-06-10 21:56:23 +00:00
InfoSink.h Pass 1 at building on linux: remove compile errors from machine independent. 2013-02-11 22:36:01 +00:00
InitializeGlobals.h Create a base GLSL front-end from the 3Dlabs glslang front-end from 20-Sep-2005. 2012-12-12 21:15:54 +00:00
InitializeParseContext.h Create a base GLSL front-end from the 3Dlabs glslang front-end from 20-Sep-2005. 2012-12-12 21:15:54 +00:00
intermediate.h Create linkage symbol nodes in the AST so a linker has access to all global objects that were declared, for error checking, etc. Use it now for all ins/outs/uniforms as well as gl_VertexID and gl_InstanceID. 2013-06-24 17:26:56 +00:00
PoolAlloc.h Another round of gcc/g++ fixes. 2013-03-08 23:14:42 +00:00
ResourceLimits.h Add ES 300 matrix operations: outerProduct, determinant, inverse, and transpose, and missing ES 300 limit gl_MaxFragmentInputVectors. 2013-02-20 04:42:42 +00:00
ShHandle.h Add and use ability to tell the backend compiler what version/profile the source shader was. 2013-03-12 17:53:55 +00:00
Types.h Fix bug of accidentally overriding initial layout location with 0, which does not mean no location. Added in/out structure tests. 2013-06-21 19:43:44 +00:00