mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 17:49:17 +01:00
[BotW] Add another shader to AMD crash pack
This commit is contained in:
parent
c01d0cf5e4
commit
3f6c6be1d7
@ -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);
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user