You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on this layout issue I noticed that we are clearing the attachment image explicitly and then clearing it in the render pass aswell.
We probably just need put the clear values into the render pass.
This should save a memory barrier and a clear command 🎉
The text was updated successfully, but these errors were encountered:
While working on this layout issue I noticed that we are clearing the attachment image explicitly and then clearing it in the render pass aswell.
We probably just need put the clear values into the render pass.
This should save a memory barrier and a clear command 🎉
The text was updated successfully, but these errors were encountered: