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

WIP EGL support #11

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

WIP EGL support #11

wants to merge 2 commits into from

Conversation

kvark
Copy link

@kvark kvark commented Nov 9, 2020

Attempt to fix #10

I think the first commit has useful stuff that could be merged. The second commit is garbage, and I don't think it's productive for me to continue.

@kvark
Copy link
Author

kvark commented Nov 9, 2020

Currently asserts on this line:

"namespace" => assert_eq!(value, "GL"),

EGL spec uses a namespace per enum, so clearly the expectations are different here :/

@Lokathor
Copy link
Owner

Lokathor commented Nov 9, 2020

Ah, that's more of a debug assert sort of thing. Feel free to change that if it's giving you trouble. A lot of the checks are just because I was being extra cautious during development as I was building up my own personal understanding of how gl.xml works.

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

Successfully merging this pull request may close these issues.

EGL support
2 participants