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
060882fd
Commit
060882fd
authored
Jun 22, 2020
by
Graeme Leese
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update SPIR-V generator version
Change to 10 to reflect the change to generating unordered != operations.
parent
ff4b156e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
GlslangToSpv.cpp
SPIRV/GlslangToSpv.cpp
+2
-1
No files found.
SPIRV/GlslangToSpv.cpp
View file @
060882fd
...
...
@@ -8655,7 +8655,8 @@ int GetSpirvGeneratorVersion()
// versions 4 and 6 each generate OpArrayLength as it has long been done
// return 7; // GLSL volatile keyword maps to both SPIR-V decorations Volatile and Coherent
// return 8; // switch to new dead block eliminator; use OpUnreachable
return
9
;
// don't include opaque function parameters in OpEntryPoint global's operand list
// return 9; // don't include opaque function parameters in OpEntryPoint global's operand list
return
10
;
// Generate OpFUnordNotEqual for != comparisons
}
// Write SPIR-V out to a binary file
...
...
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