Replies: 2 comments
-
And glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); |
Beta Was this translation helpful? Give feedback.
0 replies
-
GlInterface is implemented specifically for the Avalonia needs. If you need custom members, it shouldn't be difficult to use them. Silk.NET is a typical solution. Avalonia GLInterface provides GetProcAddress that allows to get a pointer to any GL method. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
I use Avalonia Opengl develop 3D application, and I want set some color has alpha, but I cant find setting like :glEnable(GL_BLEND);
To Reproduce
None
Expected behavior
No response
Avalonia version
11.2.2
OS
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions