-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- remove metal blit workarounds - don't issue a blit from a renderpass, this only affect Renderer::copyFrame - We only handle a single texture now (instead of color+depth), so we can simplify the code a lot. Didn't touch the "slowpath" much, but it now assumes it blits color or depth, not both.
- Loading branch information
1 parent
c6fde5f
commit 6847198
Showing
6 changed files
with
193 additions
and
299 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
Oops, something went wrong.