Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
BF: adding a potential fix to the pyglet shadow_window issue
Some graphics cards (or their drivers) don't support OpenGL shadow windows, which pyglet uses to bind textures etc. Turning it off should only affect people that need multiple windows, with stimuli shared between them.
- Loading branch information
Showing
with
24 additions
and 7 deletions.
- +1 −1 psychojs
- +23 −6 psychopy/visual/window.py