From de3f1b1b9936a59e0d083c53fadf5bc622f280be Mon Sep 17 00:00:00 2001 From: plapins Date: Fri, 24 Jun 2016 09:36:28 +0200 Subject: [PATCH] Unified GLSL version across shaders in all tutorials. --- Project/Tutorial03/Data03/frag.spv | Bin 368 -> 368 bytes Project/Tutorial03/Data03/frag.spv.txt | 4 ++-- Project/Tutorial03/Data03/shader.frag | 2 +- Project/Tutorial04/Data04/frag.spv | Bin 372 -> 372 bytes Project/Tutorial04/Data04/frag.spv.txt | 4 ++-- Project/Tutorial04/Data04/shader.frag | 2 +- Project/Tutorial05/Data05/frag.spv | Bin 372 -> 372 bytes Project/Tutorial05/Data05/frag.spv.txt | 4 ++-- Project/Tutorial05/Data05/shader.frag | 2 +- Project/Tutorial06/Data06/frag.spv | Bin 560 -> 560 bytes Project/Tutorial06/Data06/frag.spv.txt | 4 ++-- Project/Tutorial06/Data06/shader.frag | 2 +- Project/Tutorial07/Data07/frag.spv | Bin 560 -> 560 bytes Project/Tutorial07/Data07/frag.spv.txt | 4 ++-- Project/Tutorial07/Data07/shader.frag | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Project/Tutorial03/Data03/frag.spv b/Project/Tutorial03/Data03/frag.spv index 56512491b3a14745a6e0c7a2202145c7a748cd67..59c7cff07704fb7aedc4888a5e9419d04b6c606f 100644 GIT binary patch delta 12 Tcmeys^nqzY4&$MXxy+0JBq{{P delta 12 Tcmeys^nqzY4&#K4xy+0JBQOM% 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 5601583b8727b39e66a5d46e5338fdfd6df6c5d5..27aeb31ab2ced89098cea731913c694f460c460e 100644 GIT binary patch delta 12 Tcmeyu^o40c0pp>Kh0KfqB&r0~ delta 12 Tcmeyu^o40c0pq%jh0KfqBt`_n 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 5601583b8727b39e66a5d46e5338fdfd6df6c5d5..27aeb31ab2ced89098cea731913c694f460c460e 100644 GIT binary patch delta 12 Tcmeyu^o40c0pp>Kh0KfqB&r0~ delta 12 Tcmeyu^o40c0pq%jh0KfqBt`_n 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 4ed30a569c834414dba22c0b750957a17fc2f272..0153c909c8a4f753b01dd8fd275a4daed8702dcd 100644 GIT binary patch delta 12 TcmdnMvVmnn0pp>Kh5H!+AaVr` delta 12 TcmdnMvVmnn0pq%jh5H!+APxlj 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 4ed30a569c834414dba22c0b750957a17fc2f272..0153c909c8a4f753b01dd8fd275a4daed8702dcd 100644 GIT binary patch delta 12 TcmdnMvVmnn0pp>Kh5H!+AaVr` delta 12 TcmdnMvVmnn0pq%jh5H!+APxlj 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;