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

GL_PIXEL_UNPACK_BUFFER bindBuffer type #454

Open
afxgroup opened this issue Mar 30, 2024 · 1 comment
Open

GL_PIXEL_UNPACK_BUFFER bindBuffer type #454

afxgroup opened this issue Mar 30, 2024 · 1 comment

Comments

@afxgroup
Copy link

I'm trying to compile Godot3 with gl4es and in bindBuffer function i get the following warning:

LIBGL: Warning, unhandled Buffer type GL_PIXEL_UNPACK_BUFFER in bindBuffer

Is this type of buffer hard to implement? Do you plan to add it?

@ptitSeb
Copy link
Owner

ptitSeb commented Mar 30, 2024

It's tricky to implement, but I guess there can be software (i.e. slow-ish) workaround. It's part of GL 3.x need, so it's planned, but not sure when as I have very little time for gl4es.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants