Move to SPIR-V 1.5 Rev. 3, bump revision, remove a status from README.
This commit is contained in:
parent
1b57332746
commit
bcf6a2430e
@ -3,8 +3,6 @@
|
|||||||
[](https://travis-ci.org/KhronosGroup/glslang)
|
[](https://travis-ci.org/KhronosGroup/glslang)
|
||||||
[](https://ci.appveyor.com/project/Khronoswebmaster/glslang/branch/master)
|
[](https://ci.appveyor.com/project/Khronoswebmaster/glslang/branch/master)
|
||||||
|
|
||||||
Note: Current master failed for process reasons in Travis CI, but is okay.
|
|
||||||
|
|
||||||
## Planned Deprecations/Removals
|
## Planned Deprecations/Removals
|
||||||
|
|
||||||
1. **SPIRV Folder, 1-May, 2020.** Glslang, when installed through CMake,
|
1. **SPIRV Folder, 1-May, 2020.** Glslang, when installed through CMake,
|
||||||
|
@ -50,11 +50,11 @@ namespace spv {
|
|||||||
typedef unsigned int Id;
|
typedef unsigned int Id;
|
||||||
|
|
||||||
#define SPV_VERSION 0x10500
|
#define SPV_VERSION 0x10500
|
||||||
#define SPV_REVISION 1
|
#define SPV_REVISION 3
|
||||||
|
|
||||||
static const unsigned int MagicNumber = 0x07230203;
|
static const unsigned int MagicNumber = 0x07230203;
|
||||||
static const unsigned int Version = 0x00010500;
|
static const unsigned int Version = 0x00010500;
|
||||||
static const unsigned int Revision = 1;
|
static const unsigned int Revision = 3;
|
||||||
static const unsigned int OpCodeMask = 0xffff;
|
static const unsigned int OpCodeMask = 0xffff;
|
||||||
static const unsigned int WordCountShift = 16;
|
static const unsigned int WordCountShift = 16;
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
// This header is generated by the make-revision script.
|
// This header is generated by the make-revision script.
|
||||||
|
|
||||||
#define GLSLANG_PATCH_LEVEL 3741
|
#define GLSLANG_PATCH_LEVEL 3743
|
||||||
|
Loading…
x
Reference in New Issue
Block a user