moderngl-window icon indicating copy to clipboard operation
moderngl-window copied to clipboard

wnd.vsync not exposed

Open Rafale25 opened this issue 2 years ago • 0 comments

Cannot set wnd.vsync when using moderngl_window.WindowConfig

self.wnd.vsync = True
AttributeError: can't set attribute

workaround is to use wnd._window.set_vsync(True)

Rafale25 avatar May 01 '22 22:05 Rafale25