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
77405788
Commit
77405788
authored
Jan 08, 2020
by
Sergey Kosarevsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Public: replaced tabs with spaces
parent
e33f4e7b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ShaderLang.h
glslang/Public/ShaderLang.h
+3
-3
No files found.
glslang/Public/ShaderLang.h
View file @
77405788
...
...
@@ -143,7 +143,7 @@ typedef enum {
EShTargetNone
,
EShTargetSpv
,
// SPIR-V (preferred spelling)
EshTargetSpv
=
EShTargetSpv
,
// legacy spelling
LAST_ELEMENT_MARKER
(
EShTargetCount
),
LAST_ELEMENT_MARKER
(
EShTargetCount
),
}
EShTargetLanguage
;
typedef
enum
{
...
...
@@ -162,7 +162,7 @@ typedef enum {
EShTargetSpv_1_3
=
(
1
<<
16
)
|
(
3
<<
8
),
// SPIR-V 1.3
EShTargetSpv_1_4
=
(
1
<<
16
)
|
(
4
<<
8
),
// SPIR-V 1.4
EShTargetSpv_1_5
=
(
1
<<
16
)
|
(
5
<<
8
),
// SPIR-V 1.5
LAST_ELEMENT_MARKER
(
EShTargetLanguageVersionCount
),
LAST_ELEMENT_MARKER
(
EShTargetLanguageVersionCount
),
}
EShTargetLanguageVersion
;
struct
TInputLanguage
{
...
...
@@ -212,7 +212,7 @@ typedef enum {
EShOptNone
,
EShOptSimple
,
// Optimizations that can be done quickly
EShOptFull
,
// Optimizations that will take more time
LAST_ELEMENT_MARKER
(
EshOptLevelCount
),
LAST_ELEMENT_MARKER
(
EshOptLevelCount
),
}
EShOptimizationLevel
;
//
...
...
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