mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00: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 =
|
||||
"#version 420\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) out vec4 out_color;\n"
|
||||
"\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue