diff --git a/Project/Tutorial03/Data03/frag.spv b/Project/Tutorial03/Data03/frag.spv index 5651249..59c7cff 100644 Binary files a/Project/Tutorial03/Data03/frag.spv and b/Project/Tutorial03/Data03/frag.spv differ diff --git a/Project/Tutorial03/Data03/frag.spv.txt b/Project/Tutorial03/Data03/frag.spv.txt index a53936c..5a20da4 100644 --- a/Project/Tutorial03/Data03/frag.spv.txt +++ b/Project/Tutorial03/Data03/frag.spv.txt @@ -1,5 +1,5 @@ Tutorial03/Data03/shader.frag -Warning, version 400 is not yet complete; most version-specific features are present, but some are missing. +Warning, version 450 is not yet complete; most version-specific features are present, but some are missing. Linked fragment stage: @@ -14,7 +14,7 @@ Linked fragment stage: MemoryModel Logical GLSL450 EntryPoint Fragment 4 "main" 9 ExecutionMode 4 OriginLowerLeft - Source GLSL 400 + Source GLSL 450 Name 4 "main" Name 9 "out_Color" Decorate 9(out_Color) Location 0 diff --git a/Project/Tutorial03/Data03/shader.frag b/Project/Tutorial03/Data03/shader.frag index ffe7a05..5728770 100644 --- a/Project/Tutorial03/Data03/shader.frag +++ b/Project/Tutorial03/Data03/shader.frag @@ -8,7 +8,7 @@ // Intel does not assume any responsibility for any errors which may appear in this software // nor any responsibility to update it. -#version 400 +#version 450 layout(location = 0) out vec4 out_Color; diff --git a/Project/Tutorial04/Data04/frag.spv b/Project/Tutorial04/Data04/frag.spv index 5601583..27aeb31 100644 Binary files a/Project/Tutorial04/Data04/frag.spv and b/Project/Tutorial04/Data04/frag.spv differ diff --git a/Project/Tutorial04/Data04/frag.spv.txt b/Project/Tutorial04/Data04/frag.spv.txt index 393aed1..dac1a4c 100644 --- a/Project/Tutorial04/Data04/frag.spv.txt +++ b/Project/Tutorial04/Data04/frag.spv.txt @@ -1,5 +1,5 @@ Tutorial04/Data04/shader.frag -Warning, version 430 is not yet complete; most version-specific features are present, but some are missing. +Warning, version 450 is not yet complete; most version-specific features are present, but some are missing. Linked fragment stage: @@ -14,7 +14,7 @@ Linked fragment stage: MemoryModel Logical GLSL450 EntryPoint Fragment 4 "main" 9 11 ExecutionMode 4 OriginLowerLeft - Source GLSL 430 + Source GLSL 450 Name 4 "main" Name 9 "o_Color" Name 11 "v_Color" diff --git a/Project/Tutorial04/Data04/shader.frag b/Project/Tutorial04/Data04/shader.frag index 3a86de5..47a0ab0 100644 --- a/Project/Tutorial04/Data04/shader.frag +++ b/Project/Tutorial04/Data04/shader.frag @@ -8,7 +8,7 @@ // Intel does not assume any responsibility for any errors which may appear in this software // nor any responsibility to update it. -#version 430 +#version 450 layout(location = 0) in vec4 v_Color; diff --git a/Project/Tutorial05/Data05/frag.spv b/Project/Tutorial05/Data05/frag.spv index 5601583..27aeb31 100644 Binary files a/Project/Tutorial05/Data05/frag.spv and b/Project/Tutorial05/Data05/frag.spv differ diff --git a/Project/Tutorial05/Data05/frag.spv.txt b/Project/Tutorial05/Data05/frag.spv.txt index e90c406..9ad3db1 100644 --- a/Project/Tutorial05/Data05/frag.spv.txt +++ b/Project/Tutorial05/Data05/frag.spv.txt @@ -1,5 +1,5 @@ Tutorial05/Data05/shader.frag -Warning, version 430 is not yet complete; most version-specific features are present, but some are missing. +Warning, version 450 is not yet complete; most version-specific features are present, but some are missing. Linked fragment stage: @@ -14,7 +14,7 @@ Linked fragment stage: MemoryModel Logical GLSL450 EntryPoint Fragment 4 "main" 9 11 ExecutionMode 4 OriginLowerLeft - Source GLSL 430 + Source GLSL 450 Name 4 "main" Name 9 "o_Color" Name 11 "v_Color" diff --git a/Project/Tutorial05/Data05/shader.frag b/Project/Tutorial05/Data05/shader.frag index 3a86de5..47a0ab0 100644 --- a/Project/Tutorial05/Data05/shader.frag +++ b/Project/Tutorial05/Data05/shader.frag @@ -8,7 +8,7 @@ // Intel does not assume any responsibility for any errors which may appear in this software // nor any responsibility to update it. -#version 430 +#version 450 layout(location = 0) in vec4 v_Color; diff --git a/Project/Tutorial06/Data06/frag.spv b/Project/Tutorial06/Data06/frag.spv index 4ed30a5..0153c90 100644 Binary files a/Project/Tutorial06/Data06/frag.spv and b/Project/Tutorial06/Data06/frag.spv differ diff --git a/Project/Tutorial06/Data06/frag.spv.txt b/Project/Tutorial06/Data06/frag.spv.txt index 2a5ef0c..5fcf29f 100644 --- a/Project/Tutorial06/Data06/frag.spv.txt +++ b/Project/Tutorial06/Data06/frag.spv.txt @@ -1,5 +1,5 @@ Tutorial06/Data06/shader.frag -Warning, version 430 is not yet complete; most version-specific features are present, but some are missing. +Warning, version 450 is not yet complete; most version-specific features are present, but some are missing. Linked fragment stage: @@ -14,7 +14,7 @@ Linked fragment stage: MemoryModel Logical GLSL450 EntryPoint Fragment 4 "main" 9 17 ExecutionMode 4 OriginLowerLeft - Source GLSL 430 + Source GLSL 450 Name 4 "main" Name 9 "o_Color" Name 13 "u_Texture" diff --git a/Project/Tutorial06/Data06/shader.frag b/Project/Tutorial06/Data06/shader.frag index dbbe61e..ff24ac9 100644 --- a/Project/Tutorial06/Data06/shader.frag +++ b/Project/Tutorial06/Data06/shader.frag @@ -8,7 +8,7 @@ // Intel does not assume any responsibility for any errors which may appear in this software // nor any responsibility to update it. -#version 430 +#version 450 layout(set=0, binding=0) uniform sampler2D u_Texture; diff --git a/Project/Tutorial07/Data07/frag.spv b/Project/Tutorial07/Data07/frag.spv index 4ed30a5..0153c90 100644 Binary files a/Project/Tutorial07/Data07/frag.spv and b/Project/Tutorial07/Data07/frag.spv differ diff --git a/Project/Tutorial07/Data07/frag.spv.txt b/Project/Tutorial07/Data07/frag.spv.txt index 8b41c63..e63c763 100644 --- a/Project/Tutorial07/Data07/frag.spv.txt +++ b/Project/Tutorial07/Data07/frag.spv.txt @@ -1,5 +1,5 @@ Tutorial07/Data07/shader.frag -Warning, version 430 is not yet complete; most version-specific features are present, but some are missing. +Warning, version 450 is not yet complete; most version-specific features are present, but some are missing. Linked fragment stage: @@ -14,7 +14,7 @@ Linked fragment stage: MemoryModel Logical GLSL450 EntryPoint Fragment 4 "main" 9 17 ExecutionMode 4 OriginLowerLeft - Source GLSL 430 + Source GLSL 450 Name 4 "main" Name 9 "o_Color" Name 13 "u_Texture" diff --git a/Project/Tutorial07/Data07/shader.frag b/Project/Tutorial07/Data07/shader.frag index dbbe61e..ff24ac9 100644 --- a/Project/Tutorial07/Data07/shader.frag +++ b/Project/Tutorial07/Data07/shader.frag @@ -8,7 +8,7 @@ // Intel does not assume any responsibility for any errors which may appear in this software // nor any responsibility to update it. -#version 430 +#version 450 layout(set=0, binding=0) uniform sampler2D u_Texture;