Resizing a GLContext in Windows

Posted by user146780 on Stack Overflow See other posts from Stack Overflow or by user146780
Published on 2010-06-07T01:18:18Z Indexed on 2010/06/07 1:22 UTC
Read the original article Hit count: 231

Filed under:
|
|

I have a Win32 window and it has a gl context. I'm trying to figure out how to resize the context because even if I use glviewport it still stays the same size as when I created the context. Am I misunderstanding glviewport? i'm providing it the bottom left corner and the size I want but its still the original size that I made the context. Thanks

© Stack Overflow or respective owner

Related posts about c++

Related posts about c