commit | 6e54a299cce92871bffab6341ef0b41f51ff3525 | [log] [tgz] |
---|---|---|
author | Robert Phillips <robertphillips@google.com> | Tue Nov 05 15:42:16 2019 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Wed Nov 06 13:38:33 2019 +0000 |
tree | c480374f92e85c595361dbd015b19fb24718c962 | |
parent | f00524707da7a79e4b8dcbc6122f0773f7e9fba5 [diff] |
Assert we are now in the world of single-primitive-type render passes We want this to be true so that we can know ahead of time what the primitiveType of a given render pass will be and add it to the GrProgramInfo. This is pulled out of https://skia-review.googlesource.com/c/skia/+/252161/ (Add GrPrimitiveType to GrProgramInfo) Bug: skia:9455 Change-Id: I3e6365da6db5349dfe7329ef1e20b8c1d6267ff1 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/252925 Reviewed-by: Greg Daniel <egdaniel@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>