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