forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use WriteVertexData in GrTessellator, remove all DefaultGeoProc structs
The structs were previously used to compute vertex strides, and in a couple places to do vertex writing (like this). We're moving to get stride from the GP, and using WriteVertexData to serialize into buffers, so these aren't needed. Bug: skia: Change-Id: If7eb89564e43231633290c8d19b68181e0efa89a Reviewed-on: https://skia-review.googlesource.com/c/170720 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Brian Osman <brianosman@google.com>
- Loading branch information
1 parent
9e3109c
commit 60b6bc3
Showing
2 changed files
with
7 additions
and
60 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