mach icon indicating copy to clipboard operation
mach copied to clipboard

Fix for vulkan sysgpu backend when only some attachments are cleared

Open platypro opened this issue 10 months ago • 1 comments

Fix for issue I ran into when I tried to "load" a color attachment, but "clear" the depth attachment. I got a validation error saying that all buffers must be represented in p_clear_values/clear_value_count so the driver can just jump to find the matching attachment.

  • [x] By selecting this checkbox, I agree to license my contributions to this project under the license(s) described in the LICENSE file, and I have the right to do so or have received permission to do so by an employer or client I am producing work for whom has this right.

platypro avatar Jan 27 '25 03:01 platypro

Thanks for sending this, I need to check if this alters the behavior of any examples we have - not sure the underlying intention of this logic before

emidoots avatar Feb 02 '25 04:02 emidoots