1
vote
1answer
17 views

pygame pyopengl resizing problem (under linux)

In test setup, i use no matrix transformations (screen coord space, -1.0 to 1.0) The shader is simply gl_Position = position. After resize i get correctly scaled render, but viewport is cropped into ...