mirror of
https://github.com/opus-tango/IntroductionToVulkan.git
synced 2026-03-20 12:05:20 +00:00
Converted shader files using more recent version of the glslangValidator.
This commit is contained in:
Binary file not shown.
@@ -1,10 +1,4 @@
|
|||||||
Tutorial03/Data03/shader.frag
|
Tutorials\03\Data\shader.frag
|
||||||
Warning, version 450 is not yet complete; most version-specific features are present, but some are missing.
|
|
||||||
|
|
||||||
|
|
||||||
Linked fragment stage:
|
|
||||||
|
|
||||||
|
|
||||||
// Module Version 10000
|
// Module Version 10000
|
||||||
// Generated by (magic number): 80001
|
// Generated by (magic number): 80001
|
||||||
// Id's are bound by 14
|
// Id's are bound by 14
|
||||||
@@ -13,7 +7,7 @@ Linked fragment stage:
|
|||||||
1: ExtInstImport "GLSL.std.450"
|
1: ExtInstImport "GLSL.std.450"
|
||||||
MemoryModel Logical GLSL450
|
MemoryModel Logical GLSL450
|
||||||
EntryPoint Fragment 4 "main" 9
|
EntryPoint Fragment 4 "main" 9
|
||||||
ExecutionMode 4 OriginLowerLeft
|
ExecutionMode 4 OriginUpperLeft
|
||||||
Source GLSL 450
|
Source GLSL 450
|
||||||
Name 4 "main"
|
Name 4 "main"
|
||||||
Name 9 "out_Color"
|
Name 9 "out_Color"
|
||||||
|
|||||||
@@ -1,10 +1,4 @@
|
|||||||
Tutorial03/Data03/shader.vert
|
Tutorials\03\Data\shader.vert
|
||||||
Warning, version 450 is not yet complete; most version-specific features are present, but some are missing.
|
|
||||||
|
|
||||||
|
|
||||||
Linked vertex stage:
|
|
||||||
|
|
||||||
|
|
||||||
// Module Version 10000
|
// Module Version 10000
|
||||||
// Generated by (magic number): 80001
|
// Generated by (magic number): 80001
|
||||||
// Id's are bound by 38
|
// Id's are bound by 38
|
||||||
|
|||||||
Binary file not shown.
@@ -1,10 +1,4 @@
|
|||||||
Tutorial04/Data04/shader.frag
|
Tutorials\04\Data\shader.frag
|
||||||
Warning, version 450 is not yet complete; most version-specific features are present, but some are missing.
|
|
||||||
|
|
||||||
|
|
||||||
Linked fragment stage:
|
|
||||||
|
|
||||||
|
|
||||||
// Module Version 10000
|
// Module Version 10000
|
||||||
// Generated by (magic number): 80001
|
// Generated by (magic number): 80001
|
||||||
// Id's are bound by 13
|
// Id's are bound by 13
|
||||||
@@ -13,7 +7,7 @@ Linked fragment stage:
|
|||||||
1: ExtInstImport "GLSL.std.450"
|
1: ExtInstImport "GLSL.std.450"
|
||||||
MemoryModel Logical GLSL450
|
MemoryModel Logical GLSL450
|
||||||
EntryPoint Fragment 4 "main" 9 11
|
EntryPoint Fragment 4 "main" 9 11
|
||||||
ExecutionMode 4 OriginLowerLeft
|
ExecutionMode 4 OriginUpperLeft
|
||||||
Source GLSL 450
|
Source GLSL 450
|
||||||
Name 4 "main"
|
Name 4 "main"
|
||||||
Name 9 "o_Color"
|
Name 9 "o_Color"
|
||||||
|
|||||||
@@ -1,10 +1,4 @@
|
|||||||
Tutorial04/Data04/shader.vert
|
Tutorials\04\Data\shader.vert
|
||||||
Warning, version 450 is not yet complete; most version-specific features are present, but some are missing.
|
|
||||||
|
|
||||||
|
|
||||||
Linked vertex stage:
|
|
||||||
|
|
||||||
|
|
||||||
// Module Version 10000
|
// Module Version 10000
|
||||||
// Generated by (magic number): 80001
|
// Generated by (magic number): 80001
|
||||||
// Id's are bound by 21
|
// Id's are bound by 21
|
||||||
|
|||||||
Binary file not shown.
@@ -1,10 +1,4 @@
|
|||||||
Tutorial05/Data05/shader.frag
|
Tutorials\05\Data\shader.frag
|
||||||
Warning, version 450 is not yet complete; most version-specific features are present, but some are missing.
|
|
||||||
|
|
||||||
|
|
||||||
Linked fragment stage:
|
|
||||||
|
|
||||||
|
|
||||||
// Module Version 10000
|
// Module Version 10000
|
||||||
// Generated by (magic number): 80001
|
// Generated by (magic number): 80001
|
||||||
// Id's are bound by 13
|
// Id's are bound by 13
|
||||||
@@ -13,7 +7,7 @@ Linked fragment stage:
|
|||||||
1: ExtInstImport "GLSL.std.450"
|
1: ExtInstImport "GLSL.std.450"
|
||||||
MemoryModel Logical GLSL450
|
MemoryModel Logical GLSL450
|
||||||
EntryPoint Fragment 4 "main" 9 11
|
EntryPoint Fragment 4 "main" 9 11
|
||||||
ExecutionMode 4 OriginLowerLeft
|
ExecutionMode 4 OriginUpperLeft
|
||||||
Source GLSL 450
|
Source GLSL 450
|
||||||
Name 4 "main"
|
Name 4 "main"
|
||||||
Name 9 "o_Color"
|
Name 9 "o_Color"
|
||||||
|
|||||||
@@ -1,10 +1,4 @@
|
|||||||
Tutorial05/Data05/shader.vert
|
Tutorials\05\Data\shader.vert
|
||||||
Warning, version 450 is not yet complete; most version-specific features are present, but some are missing.
|
|
||||||
|
|
||||||
|
|
||||||
Linked vertex stage:
|
|
||||||
|
|
||||||
|
|
||||||
// Module Version 10000
|
// Module Version 10000
|
||||||
// Generated by (magic number): 80001
|
// Generated by (magic number): 80001
|
||||||
// Id's are bound by 21
|
// Id's are bound by 21
|
||||||
|
|||||||
Binary file not shown.
@@ -1,10 +1,4 @@
|
|||||||
Tutorial06/Data06/shader.frag
|
Tutorials\06\Data\shader.frag
|
||||||
Warning, version 450 is not yet complete; most version-specific features are present, but some are missing.
|
|
||||||
|
|
||||||
|
|
||||||
Linked fragment stage:
|
|
||||||
|
|
||||||
|
|
||||||
// Module Version 10000
|
// Module Version 10000
|
||||||
// Generated by (magic number): 80001
|
// Generated by (magic number): 80001
|
||||||
// Id's are bound by 20
|
// Id's are bound by 20
|
||||||
@@ -13,7 +7,7 @@ Linked fragment stage:
|
|||||||
1: ExtInstImport "GLSL.std.450"
|
1: ExtInstImport "GLSL.std.450"
|
||||||
MemoryModel Logical GLSL450
|
MemoryModel Logical GLSL450
|
||||||
EntryPoint Fragment 4 "main" 9 17
|
EntryPoint Fragment 4 "main" 9 17
|
||||||
ExecutionMode 4 OriginLowerLeft
|
ExecutionMode 4 OriginUpperLeft
|
||||||
Source GLSL 450
|
Source GLSL 450
|
||||||
Name 4 "main"
|
Name 4 "main"
|
||||||
Name 9 "o_Color"
|
Name 9 "o_Color"
|
||||||
|
|||||||
@@ -1,10 +1,4 @@
|
|||||||
Tutorial06/Data06/shader.vert
|
Tutorials\06\Data\shader.vert
|
||||||
Warning, version 450 is not yet complete; most version-specific features are present, but some are missing.
|
|
||||||
|
|
||||||
|
|
||||||
Linked vertex stage:
|
|
||||||
|
|
||||||
|
|
||||||
// Module Version 10000
|
// Module Version 10000
|
||||||
// Generated by (magic number): 80001
|
// Generated by (magic number): 80001
|
||||||
// Id's are bound by 24
|
// Id's are bound by 24
|
||||||
|
|||||||
Binary file not shown.
@@ -1,10 +1,4 @@
|
|||||||
Tutorial07/Data07/shader.frag
|
Tutorials\07\Data\shader.frag
|
||||||
Warning, version 450 is not yet complete; most version-specific features are present, but some are missing.
|
|
||||||
|
|
||||||
|
|
||||||
Linked fragment stage:
|
|
||||||
|
|
||||||
|
|
||||||
// Module Version 10000
|
// Module Version 10000
|
||||||
// Generated by (magic number): 80001
|
// Generated by (magic number): 80001
|
||||||
// Id's are bound by 20
|
// Id's are bound by 20
|
||||||
@@ -13,7 +7,7 @@ Linked fragment stage:
|
|||||||
1: ExtInstImport "GLSL.std.450"
|
1: ExtInstImport "GLSL.std.450"
|
||||||
MemoryModel Logical GLSL450
|
MemoryModel Logical GLSL450
|
||||||
EntryPoint Fragment 4 "main" 9 17
|
EntryPoint Fragment 4 "main" 9 17
|
||||||
ExecutionMode 4 OriginLowerLeft
|
ExecutionMode 4 OriginUpperLeft
|
||||||
Source GLSL 450
|
Source GLSL 450
|
||||||
Name 4 "main"
|
Name 4 "main"
|
||||||
Name 9 "o_Color"
|
Name 9 "o_Color"
|
||||||
|
|||||||
@@ -1,10 +1,4 @@
|
|||||||
Tutorial07/Data07/shader.vert
|
Tutorials\07\Data\shader.vert
|
||||||
Warning, version 450 is not yet complete; most version-specific features are present, but some are missing.
|
|
||||||
|
|
||||||
|
|
||||||
Linked vertex stage:
|
|
||||||
|
|
||||||
|
|
||||||
// Module Version 10000
|
// Module Version 10000
|
||||||
// Generated by (magic number): 80001
|
// Generated by (magic number): 80001
|
||||||
// Id's are bound by 32
|
// Id's are bound by 32
|
||||||
|
|||||||
Reference in New Issue
Block a user