Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose RenderContext methods for allocating tessellation vertices
Give Draws more control over exactly where their tessellations go, instead of having the renderContext do it automatically. This will allow for more elaborate splitting up into prepasses/subpasses and reordering. Make the RenderContext API for generating tessellations more flexible about specifying where the vertices go. Diffs= ea59076bf7 Expose RenderContext methods for allocating tessellation vertices (#8408)
- Loading branch information