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.
Carsten Holtkamp
Do you know about http://embree.github.io/renderer.html ?
»
Nicolas Léveillé
And actually my fix is incomplete, not totally correct. We need one GL context per thread and mov…
»
Mārtiņš Možeiko
No, that's not a problem. I tried calling wglMakeCurrent(0, 0) before creating thread context on …
»
Casey Muratori
Interesting! Well, it is not troublesome to create the contexts on the main thread, so we can ce…
»
Mārtiņš Možeiko
I can confirm this happens also to me. Just tried on my machine (Windows 10 x64, Nvidia GTX 970) …
»
Andre
For what it's worth, I encountered exactly the same problem. I was just about to write a long pos…
»
Nicolas Léveillé
I was reading some of their developer pages, where they were talking about installing the "requir…
»
Mārtiņš Možeiko
What are the developer drivers you are talking about? I'm not aware of Nvidia releasing special d…
»
Nicolas Léveillé
Mm I seemed to have remembered that, actually. So what could it be? Basically the colors of the …
»
Nicolas Léveillé
Is it possible that consumer drivers behave differently from developer drivers? I'm using consume…
»
Mārtiņš Možeiko
Hmm, interesting. I'm not aware of this kind of limitation. Afaik you should be able to create Op…
»
Mārtiņš Možeiko
// Do nothing, the software renderer does not produce sRGB bitmaps This is not correct. Software …
»
Nicolas Léveillé
Summary: calling wglCreateContextAttribsARB on my machine (Windows 8.1 + Nvidia GPU) in the worke…
»
Nicolas Léveillé
Hi, I can't submit this during the stream as I live in a different timezone, but I wanted to rep…
»
Roderic Bos
Ah yeah that makes loads of sense, thanks!
»
Mārtiņš Možeiko
Chcecking handle for nonzero won't work, because loaded assets are stored in union: 1 2 3 4 …
»
Chris Wiet
This post is inspired by the recent announcement that the Google AI team beat the current Go worl…
»
Roderic Bos
Instead of needing an asset_header_type and checking for bitmap couldn't you just check to see if…
»
Carsten Holtkamp
Hi! I like your tutorials. You are calm and well prepared. Keep going! There is a massive amoun…
»
Casey Muratori
Yeah basically if the state of your debugging could be saved, and if the fails-to-load-symbols bu…
»
»
Mārtiņš Možeiko
"float a[4][4]" and "float b[16]" has the same layout in memory, as long as you are accessing b a…
»
Mike
Not really sure which would be easier to work with. I think creating math functions would be a li…
»
Mārtiņš Možeiko
You can write scripts for windbg (or even C/C++ plugins). Not sure of how much is possible with i…
»
Andrey Zaichinsky
Hello, I'm a long time lurker on Hand Made Hero from January 2015. I was inspired by Casey and Ph…
»
Ginger Bill
I am trialling it out now. It's workflow is a little annoying; I can already see the benefits but…
»
x13pixels
Note that WinDBG can be integrated into Visual Studio (since VS2012). See http://blogs.msdn.com/b…
»
Philip Ludington
den_v I highly recommend "C Programming: A Modern Approach". As someone pointed out, it is used …
»
Stephen A
Thanks, it's working on my machine. It's when i posted the screenshot that the image got cut, not…
»
ratchetfreak
clear the depth buffer as well
»