The Wayback Machine - https://web.archive.org/web/20190530234722/https://github.com/gfx-rs/gfx/issues/2685
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mali-T760 OpenGL ES 3.2 has no BlendFuncSeparateiARB and BlendEquationSeparateiARB #2685

Open
mcbernie opened this issue Mar 8, 2019 · 0 comments

Comments

@mcbernie
Copy link

commented Mar 8, 2019

Short info header:

  • GFX version: 0.18
  • OS: Armbian Linux ARMv7
  • GPU: Mali-T760
  • GL_VERSION: GL_VERSION: OpenGL ES 3.2 v1.r14p0-01rel0-git(966ed26).eedaf0c5244add8e249cecdd3c721329
  • OpenGL ES 3.2

Mali does not Support BlendFuncSeparateiARB but has BlendFuncSeparatei
and does not Support BlendEquationSeparateiARB but has BlendEquationSeparatei.

after switch to BlendEquationSeparatei and BlendFuncSeparatei Program runs.

gl.BlendEquationSeparateiARB(buf,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.