glslang-zig/StandAlone
Hai Nguyen 9a98d32366 Added GLSL version override interface and CLI
This change list allows a user to override the GLSL version from the
command line or through the C and C++ interfaces. This will override the
override happens in ProcessDeferred() before DeduceVersionProfile() so
the process should still error out if the version is insufficient for
the shader code.

- Added --glsl-version <version> to CLI.
- Added parameter to route glslVersion as override version to
  preprocessor and parse functions to C++ interface.
- Updated C interface with function to override GLSL version.
2022-01-01 04:31:44 -05:00
..
CMakeLists.txt Fix Cmake rule for extension header generation 2021-10-19 17:32:52 -04:00
DirStackFileIncluder.h Add a --depfile option. 2021-04-20 18:09:56 +02:00
resource_limits_c.cpp Get rid of all warnings with MSVC and clang-cl (#2177) 2020-04-10 02:39:16 -06:00
resource_limits_c.h add c wrapper for standalone ResourceLimits and remove that dependency from glslang_c_interface 2020-03-06 10:06:47 -05:00
ResourceLimits.cpp Add support for es extension GL_EXT_blend_func_extended 2020-04-30 23:21:14 -07:00
ResourceLimits.h Switch to relative include path for ResourceLimits 2019-02-02 16:18:49 +02:00
spirv-remap.cpp unused var 2020-03-30 01:38:21 +03:00
StandAlone.cpp Added GLSL version override interface and CLI 2022-01-01 04:31:44 -05:00
Worklist.h This refactor the StandAlone and WorkList files in order to use more 2017-04-04 22:29:59 +02:00