We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Gheorghe Georgios
Hello
»
Ginger Bill
n.b. This is a philosophical article and not a technical article. There are no correct answers to …
»
Shazan
I agree with mmozeiko
»
Jeroen van Rijn
In even newer news, is using Handmade Network for its forums. :)
»
Raytio
Hello looking forward to bitwise!
»
Raytio
This is bad ass thanks for doing this!
»
Mārtiņš Možeiko
This can happen because of something like this: GLXFBConfig* glXChooseFBConfig(...) { if (cache =…
»
Finalspace
I saved the XVisualInfo in a structure which is stored globally, so that i can use it for window …
»
Oliver Marsh
Thanks Martins for the clarification
»
Mārtiņš Možeiko
Actually multisampled rendering is in GL version 1.3 and up (see ). But MSAA was available before …
»
Oliver Marsh
Hello everyone, I was making a line drawing app and learning about anti-aliasing using openGL, how…
»
Mārtiņš Možeiko
Any IDE written in Java or JavaScript is a big NO for me.
»
Mārtiņš Možeiko
You can know how big it must be if you call GetRawInputData first with buffer NULL, then it will r…
»
Jeremiah Goerdt
Inspired by Per Vognsen's streams ( is an awesome project), I've started dabbling in VS Code and C…
»
Andrew
rawInputData is an array of bytes. I just tried making the array larger and it seems to have fixed…
»
Mārtiņš Možeiko
Well, now you know why nothings is still using Visual Studio 6 :) I cannot use anything lower than…
»
Jim R. Didriksen
Hi!!
»
Todd
I recently had to install and work with Visual Studio 2008 and VS 2010 at work. I was pleasantly s…
»
Vee900
Thanks
»
Simon Anciaux
Check out . There is a list of the (the Mac OS bindings are at the bottom).
»
Tucker Kolpin
Hello!
»
Mārtiņš Možeiko
Please use [ code ] bbtags for code fragments to keep text readable and have good formatting.
»
Mārtiņš Možeiko
Sometimes it is false positive. Maybe library initializes some global singleton that allocates mem…
»
Per Vognsen
The stream will be off tomorrow. I wrote up some notes here, with recommendations for additional i…
»
Jason
My mistake. I expected it at the bottom of the post and it was on the second line. Oops :)
»
Per Vognsen
I think I did? The README, FAQ and Guidelines files should all have links to the forums now, and i…
»
Jason
Hi everyone. Per, don't forget to add links to this forum into the Github repo :)
»
Maykeye
Hi all Oh man, I feel like I haven't used forums for 15 years or so. This brings back some memorie…
»
Jeremiah Goerdt
Welcome! Its good to have you here, and I'm excited to continue working through your course. I fig…
»
Finalspace
Tested your snipped, works fine. Displays a colored triangle and does not crash when i exit it. I …
»