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

Slightly changes syntax of PyOpenGL EGL code to be more correct #574

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mishmish66
Copy link
Contributor

@mishmish66 mishmish66 commented Nov 21, 2024

What this does

This fixes issue #573 which I introduced because I passed the argument EGLConfig * configs directly instead of by reference to eglChooseConfig

How it was tested

Ran pytest with python 3.11 and 3.12 and used offscreen rendering while running large deep learning tasks

How to checkout & try? (for the reviewer)

Use a lot of VRAM with pytorch and try offscreen rendering

@mishmish66 mishmish66 mentioned this pull request Nov 21, 2024
@mishmish66
Copy link
Contributor Author

mishmish66 commented Nov 21, 2024

While I still think this is a worthwhile change since it passes args more correctly. It seems to make no change to the functionality somehow. I'll continue to try to figure out the cause of #573

@mishmish66 mishmish66 changed the title Fixes #573 🐛 Slightly changes syntax of PyOpenGL EGL code to be more correct Nov 21, 2024
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.

1 participant