Skip to content

Commit

Permalink
Move to SPIR-V 1.5 Rev. 3, bump revision, remove a status from README.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkslang committed Apr 27, 2020
1 parent 1b57332 commit bcf6a24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
[![Build Status](https://travis-ci.org/KhronosGroup/glslang.svg?branch=master)](https://travis-ci.org/KhronosGroup/glslang)
[![Build status](https://ci.appveyor.com/api/projects/status/q6fi9cb0qnhkla68/branch/master?svg=true)](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

1. **SPIRV Folder, 1-May, 2020.** Glslang, when installed through CMake,
Expand Down
4 changes: 2 additions & 2 deletions SPIRV/spirv.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ namespace spv {
typedef unsigned int Id;

#define SPV_VERSION 0x10500
#define SPV_REVISION 1
#define SPV_REVISION 3

static const unsigned int MagicNumber = 0x07230203;
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 WordCountShift = 16;

Expand Down
2 changes: 1 addition & 1 deletion glslang/Include/revision.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// This header is generated by the make-revision script.

#define GLSLANG_PATCH_LEVEL 3741
#define GLSLANG_PATCH_LEVEL 3743

0 comments on commit bcf6a24

Please sign in to comment.