glslang-zig/glslang/Include/revision.h
John Kessenich 78cfba97e1 Fix location of #defines for core and compatibility profile.
These were recently added for all profiles, versus just desktop.
2017-03-14 15:19:32 -06:00

6 lines
297 B
C

// This header is generated by the make-revision script.
// For the version, it uses the latest git tag followed by the number of commits.
// For the date, it uses the current date (when then script is run).
#define GLSLANG_REVISION "Overload400-PrecQual.1908"
#define GLSLANG_DATE "14-Mar-2017"