John Kessenich 5f753e0222 Full thread safety working:
- don't use [] for map lookups, it can modify the map
 - copy up built-in symbols out of shared symbol table levels before modifying them
 - enforce shallow vs. deep TType copies
 - combine maxArraySize with the array dimensions vector, encapsulate
 - remove chaining of array types


git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@22953 e7fa87d3-cd2b-0410-9028-fcbf551c1848
2013-09-08 21:04:46 +00:00
..

This directory contains a Windows binary for the glslang validator.

Installation: The executable in this directory is self sufficient, and can be 
placed where desired; in a test directory, or in a system path, etc.

Usage:  Execute glslangValidator with no arguments to get a usage statement.