-
wondering if anyone can tell me what I'm doing wrong, I'm trying to add more than one color attachment to a render pass but it crashes with the error, "panicked at 'Handling wgpu errors as fatal by default'" |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
What is the full output when you run with |
Beta Was this translation helpful? Give feedback.
-
forgot you had to add extra color_attachments to both the shader pipeline, and the render pass. |
Beta Was this translation helpful? Give feedback.
forgot you had to add extra color_attachments to both the shader pipeline, and the render pass.