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
864cd8c6
Commit
864cd8c6
authored
Sep 02, 2020
by
Rex Xu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Parser: Fix wrong names of extension macros
The names of some extension macros are wrong because of coding typos.
parent
517f39ee
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 @
864cd8c6
...
@@ -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