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
2c40e856
Unverified
Commit
2c40e856
authored
Mar 02, 2018
by
John Kessenich
Committed by
GitHub
Mar 02, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1268 from amdrexu/bugfix2
Fix issues of SPIRV headers
parents
5630d0ec
81f4c03a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
10 deletions
+3
-10
CMakeLists.txt
SPIRV/CMakeLists.txt
+1
-0
GLSL.ext.EXT.h
SPIRV/GLSL.ext.EXT.h
+2
-4
GLSL.ext.KHR.h
SPIRV/GLSL.ext.KHR.h
+0
-6
No files found.
SPIRV/CMakeLists.txt
View file @
2c40e856
...
...
@@ -14,6 +14,7 @@ set(HEADERS
bitutils.h
spirv.hpp
GLSL.std.450.h
GLSL.ext.EXT.h
GLSL.ext.KHR.h
GlslangToSpv.h
hex_float.h
...
...
SPIRV/GLSL.ext.EXT.h
View file @
2c40e856
...
...
@@ -27,13 +27,11 @@
#ifndef GLSLextEXT_H
#define GLSLextEXT_H
enum
BuiltIn
;
enum
Op
;
enum
Capability
;
static
const
int
GLSLextEXTVersion
=
100
;
static
const
int
GLSLextEXTRevision
=
1
;
static
const
char
*
const
E_SPV_EXT_shader_stencil_export
=
"SPV_EXT_shader_stencil_export"
;
static
const
char
*
const
E_SPV_EXT_shader_viewport_index_layer
=
"SPV_EXT_shader_viewport_index_layer"
;
static
const
char
*
const
E_SPV_EXT_fragment_fully_covered
=
"SPV_EXT_fragment_fully_covered"
;
#endif // #ifndef GLSLextEXT_H
SPIRV/GLSL.ext.KHR.h
View file @
2c40e856
...
...
@@ -27,10 +27,6 @@
#ifndef GLSLextKHR_H
#define GLSLextKHR_H
enum
BuiltIn
;
enum
Op
;
enum
Capability
;
static
const
int
GLSLextKHRVersion
=
100
;
static
const
int
GLSLextKHRRevision
=
2
;
...
...
@@ -42,7 +38,5 @@ static const char* const E_SPV_KHR_shader_draw_parameters = "SPV_KHR_shade
static
const
char
*
const
E_SPV_KHR_16bit_storage
=
"SPV_KHR_16bit_storage"
;
static
const
char
*
const
E_SPV_KHR_storage_buffer_storage_class
=
"SPV_KHR_storage_buffer_storage_class"
;
static
const
char
*
const
E_SPV_KHR_post_depth_coverage
=
"SPV_KHR_post_depth_coverage"
;
static
const
char
*
const
E_SPV_EXT_shader_stencil_export
=
"SPV_EXT_shader_stencil_export"
;
static
const
char
*
const
E_SPV_EXT_shader_viewport_index_layer
=
"SPV_EXT_shader_viewport_index_layer"
;
#endif // #ifndef GLSLextKHR_H
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