Skip to content

Commit

Permalink
Expose RenderContext methods for allocating tessellation vertices
Browse files Browse the repository at this point in the history
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
csmartdalton committed Oct 30, 2024
1 parent 9d8744e commit 5cfc1c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e71b4cc081aad43f304589d7233fe2d8065fda85
ea59076bf721c5e6b1d3d586dcf067153f3dfa42

0 comments on commit 5cfc1c2

Please sign in to comment.