robosuite icon indicating copy to clipboard operation
robosuite copied to clipboard

Slightly changes syntax of PyOpenGL EGL code to be more correct

Open mishmish66 opened this issue 1 year ago • 1 comments

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 avatar Nov 21 '24 15:11 mishmish66

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 avatar Nov 21 '24 16:11 mishmish66