mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 19:28:43 +12:00
vk: Remove unused input from attachment clear pass
This commit is contained in:
parent
cd8cb9cced
commit
926fa73fee
1 changed files with 0 additions and 1 deletions
|
@ -803,7 +803,6 @@ namespace vk
|
||||||
fs_src =
|
fs_src =
|
||||||
"#version 420\n"
|
"#version 420\n"
|
||||||
"#extension GL_ARB_separate_shader_objects : enable\n"
|
"#extension GL_ARB_separate_shader_objects : enable\n"
|
||||||
"layout(input_attachment_index=0, binding=1) uniform subpassInput sp0;\n"
|
|
||||||
"layout(location=0) in vec4 color;\n"
|
"layout(location=0) in vec4 color;\n"
|
||||||
"layout(location=0) out vec4 out_color;\n"
|
"layout(location=0) out vec4 out_color;\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue