Skip to content
This repository was archived by the owner on Mar 31, 2023. It is now read-only.

Commit ef40a99

Browse files
committed
Converted shader files using more recent version of the glslangValidator.
1 parent 07887b4 commit ef40a99

File tree

15 files changed

+15
-75
lines changed

15 files changed

+15
-75
lines changed

Project/Tutorials/03/Data/frag.spv

0 Bytes
Binary file not shown.

Project/Tutorials/03/Data/frag.spv.txt

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
Tutorial03/Data03/shader.frag
2-
Warning, version 450 is not yet complete; most version-specific features are present, but some are missing.
3-
4-
5-
Linked fragment stage:
6-
7-
1+
Tutorials\03\Data\shader.frag
82
// Module Version 10000
93
// Generated by (magic number): 80001
104
// Id's are bound by 14
@@ -13,7 +7,7 @@ Linked fragment stage:
137
1: ExtInstImport "GLSL.std.450"
148
MemoryModel Logical GLSL450
159
EntryPoint Fragment 4 "main" 9
16-
ExecutionMode 4 OriginLowerLeft
10+
ExecutionMode 4 OriginUpperLeft
1711
Source GLSL 450
1812
Name 4 "main"
1913
Name 9 "out_Color"

Project/Tutorials/03/Data/vert.spv.txt

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
Tutorial03/Data03/shader.vert
2-
Warning, version 450 is not yet complete; most version-specific features are present, but some are missing.
3-
4-
5-
Linked vertex stage:
6-
7-
1+
Tutorials\03\Data\shader.vert
82
// Module Version 10000
93
// Generated by (magic number): 80001
104
// Id's are bound by 38

Project/Tutorials/04/Data/frag.spv

0 Bytes
Binary file not shown.

Project/Tutorials/04/Data/frag.spv.txt

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
Tutorial04/Data04/shader.frag
2-
Warning, version 450 is not yet complete; most version-specific features are present, but some are missing.
3-
4-
5-
Linked fragment stage:
6-
7-
1+
Tutorials\04\Data\shader.frag
82
// Module Version 10000
93
// Generated by (magic number): 80001
104
// Id's are bound by 13
@@ -13,7 +7,7 @@ Linked fragment stage:
137
1: ExtInstImport "GLSL.std.450"
148
MemoryModel Logical GLSL450
159
EntryPoint Fragment 4 "main" 9 11
16-
ExecutionMode 4 OriginLowerLeft
10+
ExecutionMode 4 OriginUpperLeft
1711
Source GLSL 450
1812
Name 4 "main"
1913
Name 9 "o_Color"

Project/Tutorials/04/Data/vert.spv.txt

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
Tutorial04/Data04/shader.vert
2-
Warning, version 450 is not yet complete; most version-specific features are present, but some are missing.
3-
4-
5-
Linked vertex stage:
6-
7-
1+
Tutorials\04\Data\shader.vert
82
// Module Version 10000
93
// Generated by (magic number): 80001
104
// Id's are bound by 21

Project/Tutorials/05/Data/frag.spv

0 Bytes
Binary file not shown.

Project/Tutorials/05/Data/frag.spv.txt

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
Tutorial05/Data05/shader.frag
2-
Warning, version 450 is not yet complete; most version-specific features are present, but some are missing.
3-
4-
5-
Linked fragment stage:
6-
7-
1+
Tutorials\05\Data\shader.frag
82
// Module Version 10000
93
// Generated by (magic number): 80001
104
// Id's are bound by 13
@@ -13,7 +7,7 @@ Linked fragment stage:
137
1: ExtInstImport "GLSL.std.450"
148
MemoryModel Logical GLSL450
159
EntryPoint Fragment 4 "main" 9 11
16-
ExecutionMode 4 OriginLowerLeft
10+
ExecutionMode 4 OriginUpperLeft
1711
Source GLSL 450
1812
Name 4 "main"
1913
Name 9 "o_Color"

Project/Tutorials/05/Data/vert.spv.txt

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
Tutorial05/Data05/shader.vert
2-
Warning, version 450 is not yet complete; most version-specific features are present, but some are missing.
3-
4-
5-
Linked vertex stage:
6-
7-
1+
Tutorials\05\Data\shader.vert
82
// Module Version 10000
93
// Generated by (magic number): 80001
104
// Id's are bound by 21

Project/Tutorials/06/Data/frag.spv

0 Bytes
Binary file not shown.

Project/Tutorials/06/Data/frag.spv.txt

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
Tutorial06/Data06/shader.frag
2-
Warning, version 450 is not yet complete; most version-specific features are present, but some are missing.
3-
4-
5-
Linked fragment stage:
6-
7-
1+
Tutorials\06\Data\shader.frag
82
// Module Version 10000
93
// Generated by (magic number): 80001
104
// Id's are bound by 20
@@ -13,7 +7,7 @@ Linked fragment stage:
137
1: ExtInstImport "GLSL.std.450"
148
MemoryModel Logical GLSL450
159
EntryPoint Fragment 4 "main" 9 17
16-
ExecutionMode 4 OriginLowerLeft
10+
ExecutionMode 4 OriginUpperLeft
1711
Source GLSL 450
1812
Name 4 "main"
1913
Name 9 "o_Color"

Project/Tutorials/06/Data/vert.spv.txt

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
Tutorial06/Data06/shader.vert
2-
Warning, version 450 is not yet complete; most version-specific features are present, but some are missing.
3-
4-
5-
Linked vertex stage:
6-
7-
1+
Tutorials\06\Data\shader.vert
82
// Module Version 10000
93
// Generated by (magic number): 80001
104
// Id's are bound by 24

Project/Tutorials/07/Data/frag.spv

0 Bytes
Binary file not shown.

Project/Tutorials/07/Data/frag.spv.txt

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
Tutorial07/Data07/shader.frag
2-
Warning, version 450 is not yet complete; most version-specific features are present, but some are missing.
3-
4-
5-
Linked fragment stage:
6-
7-
1+
Tutorials\07\Data\shader.frag
82
// Module Version 10000
93
// Generated by (magic number): 80001
104
// Id's are bound by 20
@@ -13,7 +7,7 @@ Linked fragment stage:
137
1: ExtInstImport "GLSL.std.450"
148
MemoryModel Logical GLSL450
159
EntryPoint Fragment 4 "main" 9 17
16-
ExecutionMode 4 OriginLowerLeft
10+
ExecutionMode 4 OriginUpperLeft
1711
Source GLSL 450
1812
Name 4 "main"
1913
Name 9 "o_Color"

Project/Tutorials/07/Data/vert.spv.txt

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
Tutorial07/Data07/shader.vert
2-
Warning, version 450 is not yet complete; most version-specific features are present, but some are missing.
3-
4-
5-
Linked vertex stage:
6-
7-
1+
Tutorials\07\Data\shader.vert
82
// Module Version 10000
93
// Generated by (magic number): 80001
104
// Id's are bound by 32

0 commit comments

Comments
 (0)