forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document and provide small cleanups to
CommandPoolVk
. (flutter#45558)
I was reviewing this code for the first time before implementing flutter/flutter#133198. - Removed unused public method `GetGraphicsCommandPool()`. - Removed forward references by including the right references [^1]. - Tried to document the contracts of various methods that return invalid or disconnected objects. If I made any mistakes, please feel free to point them out as this is how I'm learning how this stuff works 😄 /cc @jonahwilliams [^1]: [Avoid using forward declarations where possible](https://google.github.io/styleguide/cppguide.html#Forward_Declarations). Instead, include the headers you need.
- Loading branch information
1 parent
47a7930
commit 3aa3880
Showing
2 changed files
with
66 additions
and
14 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