Posts
 
Reputation
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
~960 People Reached
Favorite Tags

2 Posted Topics

Member Avatar for PixelExchange

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 …

Member Avatar for PixelExchange
0
96
Member Avatar for NoMoreRobots

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 …

Member Avatar for NoMoreRobots
0
864

The End.