-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
igl | vulkan | Consolidate typical image layout transitions
Summary: Image layout transitions to and from `SHADER_READ_ONLY_OPTIMAL` and `COLOR_ATTACHMENT_OPTIMAL` are used in multiple places. Consolidate them in `igl/vulkan/Common.cpp`. P.S. Depth-stencil attachments will be fixed later. Reviewed By: EricGriffith Differential Revision: D49714595 fbshipit-source-id: 91af9dd8758bc0d8195550759d5d77b351f3c6d7
- Loading branch information
1 parent
42a221a
commit 18c008b
Showing
4 changed files
with
62 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters