diff options
Diffstat (limited to 'external/glslang-generated')
| -rw-r--r-- | external/glslang-generated/README.md | 2 | ||||
| -rw-r--r-- | external/glslang-generated/glslang/build_info.h | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/external/glslang-generated/README.md b/external/glslang-generated/README.md index 818605bdb..6d35fdf6a 100644 --- a/external/glslang-generated/README.md +++ b/external/glslang-generated/README.md @@ -32,8 +32,6 @@ First we need to create the `build_info.h` file in glslang. We can do this from % python build_info.py . -i build_info.h.tmpl -o ../glslang-generated/glslang/build_info.h ``` -Next we need to create glslang/Include/revision.h. In notes it seems like this may not be needed much longer, but was needed for this build. We run the l/unix shell script `make-revision`. On windows it worked fine within cygwin (and did the previous python step). We then copy the file to `external/glslang-generated/glslang/Include/revision.h`. - The glslang project is dependent on 'spirv-tools', so the next step is to set them up. How to do this is described in the README.md file in the `external/spirv-tools-generated` folder. ## Creating and building the Slang glslang project diff --git a/external/glslang-generated/glslang/build_info.h b/external/glslang-generated/glslang/build_info.h index 319bfa5f7..1206701d9 100644 --- a/external/glslang-generated/glslang/build_info.h +++ b/external/glslang-generated/glslang/build_info.h @@ -35,7 +35,7 @@ #define GLSLANG_BUILD_INFO #define GLSLANG_VERSION_MAJOR 11 -#define GLSLANG_VERSION_MINOR 0 +#define GLSLANG_VERSION_MINOR 5 #define GLSLANG_VERSION_PATCH 0 #define GLSLANG_VERSION_FLAVOR "" |
