You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a view that produces multiple gl draw calls is used as a MaskView mask, it will increment the stencil buffer multiple times and the stencil test will break.
This can be triggered by a nested mask, where the child MaskView has an ImageView (because it calls both BaseView::draw() and gl::draw(mTexture, ...)) or a BaseView with multiple children as a mask.
The text was updated successfully, but these errors were encountered:
If a view that produces multiple gl draw calls is used as a
MaskView
mask, it will increment the stencil buffer multiple times and the stencil test will break.This can be triggered by a nested mask, where the child
MaskView
has anImageView
(because it calls bothBaseView::draw()
andgl::draw(mTexture, ...)
) or aBaseView
with multiple children as a mask.The text was updated successfully, but these errors were encountered: