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
dc1b9762
Unverified
Commit
dc1b9762
authored
Sep 06, 2020
by
John Kessenich
Committed by
GitHub
Sep 06, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2386 from amdrexu/bugfix
Parser: Fix wrong names of extension macros
parents
20e9b248
864cd8c6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Versions.cpp
glslang/MachineIndependent/Versions.cpp
+5
-5
No files found.
glslang/MachineIndependent/Versions.cpp
View file @
dc1b9762
...
@@ -474,11 +474,11 @@ void TParseVersions::getPreamble(std::string& preamble)
...
@@ -474,11 +474,11 @@ void TParseVersions::getPreamble(std::string& preamble)
"#define GL_KHR_shader_subgroup_clustered 1
\n
"
"#define GL_KHR_shader_subgroup_clustered 1
\n
"
"#define GL_KHR_shader_subgroup_quad 1
\n
"
"#define GL_KHR_shader_subgroup_quad 1
\n
"
"#define
E_
GL_EXT_shader_atomic_int64 1
\n
"
"#define GL_EXT_shader_atomic_int64 1
\n
"
"#define
E_
GL_EXT_shader_realtime_clock 1
\n
"
"#define GL_EXT_shader_realtime_clock 1
\n
"
"#define
E_
GL_EXT_ray_tracing 1
\n
"
"#define GL_EXT_ray_tracing 1
\n
"
"#define
E_
GL_EXT_ray_query 1
\n
"
"#define GL_EXT_ray_query 1
\n
"
"#define
E_
GL_EXT_ray_flags_primitive_culling 1
\n
"
"#define GL_EXT_ray_flags_primitive_culling 1
\n
"
"#define GL_AMD_shader_ballot 1
\n
"
"#define GL_AMD_shader_ballot 1
\n
"
"#define GL_AMD_shader_trinary_minmax 1
\n
"
"#define GL_AMD_shader_trinary_minmax 1
\n
"
...
...
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