[BotW] Add another shader to AMD crash pack

This commit is contained in:
Crementif 2019-06-20 11:59:46 +02:00
parent c01d0cf5e4
commit 3f6c6be1d7
No known key found for this signature in database
GPG Key ID: 11A98E7DE0412B33

View File

@ -0,0 +1,11 @@
#version 420
#extension GL_ARB_texture_gather : enable
#extension GL_ARB_separate_shader_objects : enable
#extension GL_ARB_shading_language_packing : enable
// shader 24838b84d15a1da1
void main()
{
// export
gl_Position = vec4(0.0);
}