Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upMali-T760 OpenGL ES 3.2 has no BlendFuncSeparateiARB and BlendEquationSeparateiARB #2685
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


mcbernie commentedMar 8, 2019
Short info header:
Mali does not Support BlendFuncSeparateiARB but has BlendFuncSeparatei
and does not Support BlendEquationSeparateiARB but has BlendEquationSeparatei.
after switch to BlendEquationSeparatei and BlendFuncSeparatei Program runs.
gfx/src/backend/gl/src/state.rs
Line 258 in e3199ac