mirror of
https://github.com/opus-tango/IntroductionToVulkan.git
synced 2026-03-20 03:55:26 +00:00
Unified GLSL version across shaders in all tutorials.
This commit is contained in:
Binary file not shown.
@@ -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"
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user