Skip to content

Commit 0e77b8b

Browse files
author
JoshJRive
committed
fix(vk): Workaround a crash on early Android tilers (#11212) 5d4d4b98f6
Some early Android tilers are known to crash when a render pass is too complex. This PR is a first stab at adding an "interrupt" mechanism to atlas and draw render passes, which allows us to break up our rendering into smaller chunks that don't crash. Currently, only rasterOrdering mode is supported for interrupting draw passes. We will need to investigate whether this workaround is also needed for msaa, tessellation, and gradient textures.
1 parent 8d970ba commit 0e77b8b

File tree

2 files changed

+2
-2
lines changed