Confirmed users
523
edits
| No edit summary | |||
| Line 37: | Line 37: | ||
| ==Pan/Zoom Jank== | ==Pan/Zoom Jank== | ||
| * Our only known source of jank is texture upload. | |||
| * Currently we should never jank during zoom because we do not do any uploads then. | |||
| * Kats recently started drawing on double tap out so it's possible we introduced some jank during that operation. | |||
| If we need to, it should be possible to postpone the upload of until the end of zoom operation, or use another technique to bound the time we spend uploading. | |||
| == QA == | == QA == | ||