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
{{ message }}
This repository was archived by the owner on Jun 14, 2023. It is now read-only.
gfx_hal allows to put several subpasses into single renderpass so that can execute out of order to achieve maximum performance.
Currently each Pass is represented as the only subpass in renderpass.
gfx_halallows to put several subpasses into single renderpass so that can execute out of order to achieve maximum performance.Currently each
Passis represented as the only subpass in renderpass.