Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
glslang
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
glslang
Commits
bcf6a243
Commit
bcf6a243
authored
Apr 27, 2020
by
John Kessenich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move to SPIR-V 1.5 Rev. 3, bump revision, remove a status from README.
parent
1b573327
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
5 deletions
+3
-5
README.md
README.md
+0
-2
spirv.hpp
SPIRV/spirv.hpp
+2
-2
revision.h
glslang/Include/revision.h
+1
-1
No files found.
README.md
View file @
bcf6a243
...
...
@@ -3,8 +3,6 @@
[

](https://travis-ci.org/KhronosGroup/glslang)
[

](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,
...
...
SPIRV/spirv.hpp
View file @
bcf6a243
...
...
@@ -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
;
...
...
glslang/Include/revision.h
View file @
bcf6a243
// This header is generated by the make-revision script.
#define GLSLANG_PATCH_LEVEL 374
1
#define GLSLANG_PATCH_LEVEL 374
3
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment