FlorianRhiem / pyGLFW

Python bindings for GLFW
MIT License
232 stars 36 forks source link

Full screen print screen on Windows 10 only captures first frame #65

Closed Qlii256 closed 2 years ago

Qlii256 commented 2 years ago

When using Windows' print screen functionality (Print Screen, Win + Print Screen, Alt + Print Screen), only the very first rendered frame is captured. This only seems to happen in full screen mode and not in windowed mode.

I've been asking around and might be related to double/triple buffering on the driver side of things. Not sure if anything can be done about this?

FlorianRhiem commented 2 years ago

Hey @Qlii256,

this repository is for pyGLFW, a Python wrapper for GLFW. The repository you should check out is the actual repo for GLFW: https://github.com/glfw/glfw/, though you might also want to check out their Discourse server as suggested by their Community page.