Skip to content

Commit

Permalink
Don't use clip planes if they aren't supported
Browse files Browse the repository at this point in the history
We had a codepath to implement clip rects with clip planes, but didn't check if they were supported. We won't always have clip plane support on WebGL. Fall back on pure stencil clipping if clip planes aren't supported.

Diffs=
  • Loading branch information
csmartdalton committed Mar 7, 2024
1 parent f58c889 commit aebd687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rive_renderer
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f5576947c0860357f4f8b76e1b17bbf01c9ddfda
a875dfff9bcee62877f41908f70226ed002b8085

0 comments on commit aebd687

Please sign in to comment.