[Vulkan] Regenerate shaders, and explicitly require the extensions they depend on.

This commit is contained in:
gibbed
2018-05-30 08:02:59 -05:00
parent ef18e9d649
commit fed60962d6
30 changed files with 89 additions and 24 deletions

View File

@@ -3,6 +3,8 @@
#version 450 core
#extension all : warn
#extension GL_ARB_separate_shader_objects : require
#extension GL_ARB_explicit_attrib_location : require
in gl_PerVertex {
vec4 gl_Position;