-
Notifications
You must be signed in to change notification settings - Fork 403
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
layers: Fix ClearAttachment val for seconndary CB
Refactored validation of ClearAttachment to improve coverage for secondary command buffers, including those with null framebuffer inheritance. DRY/clean by moving common code to utility adding robust null checks (since nulls are valid in some cases). Reduced number of lambda functions added to deferred (execute command buffer time) list, to one per attachment vs. one per attachment per clear area. Change-Id: I8863e0e60cb046d67e71ac8c33141d7df37765f3
- Loading branch information
1 parent
479b39a
commit 3a548ef
Showing
1 changed file
with
69 additions
and
49 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