Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #55.0K
~960 People Reached
Favorite Forums
Game Development x 2
2 Posted Topics
Re: Its been a little while since I've messed with Win32 but I believe it is a flag you set when you setup your wndclass structure. One of the members to the wndclass structure is a window style and you have to specify the flags 'CS_VREDRAW' and 'CS_HREDRAW' in order to … | |
I'm currently trying to learn OpenGL with the use of GLFW and the Addison Wesley book 'OpenGL Programming guide 7th edition'. Here is one of the first sample programs they present, it is meant to draw a white box. In this example I mixed it with a simple glfw window … |
The End.