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.
Nicolas Léveillé
Is it possible that consumer drivers behave differently from developer drivers? I'm using consumer…
»
Mārtiņš Možeiko
Hmm, interesting. I'm not aware of this kind of limitation. Afaik you should be able to create Ope…
»
Mārtiņš Možeiko
This is not correct. Software renderer produces sRGB bitmaps (well with approximated sRGB curve, …
»
Nicolas Léveillé
Summary: calling on my machine (Windows 8.1 + Nvidia GPU) in the worker thread proc at startup do…
»
Nicolas Léveillé
Hi, I can't submit this during the stream as I live in a different timezone, but I wanted to repor…
»
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: };[/code] If …
»
Chris Wiet
This post is inspired by the recent announcement that the Google AI team beat the current Go world…
»
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 amount o…
»
Casey Muratori
Yeah basically if the state of your debugging could be saved, and if the fails-to-load-symbols bug…
»
»
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 ar…
»
Mike
Not really sure which would be easier to work with. I think creating math functions would be a lit…
»
Mārtiņš Možeiko
You can write scripts for windbg (or even C/C++ plugins). Not sure of how much is possible with it…
»
Andrey Zaichinsky
Hello, I'm a long time lurker on Hand Made Hero from January 2015. I was inspired by Casey and Phi…
»
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 There is a ton of stuff…
»
Philip Ludington
The book is well written, explanations are good, and if I remember correctly, the author has very…
»
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
»
Stephen A
I figured it out. My first problem was casting the z of the world coordinates to an int. My second…
»
rizoma
I miss this too: TestSecondsElapsedForFrame 0.0334998928 float TargetSecondsPerFrame 0.033…
»
Stephen A
I'm following this 3d course and had a problem with gouraud shading. My render is not coming out …
»
rizoma
Hi there I found this problem in vs2015 so I will post here maybe can help someone or someone can …
»
Carsten Holtkamp
Here is a presentation from Carsten Haitzler hold at fosdem 2016. Some insights on X and Wayland r…
»
Piotr Madalinski
Casey, I know what you are trying to do, it's just that I'm surprised that it had worked for you a…
»
jeringa
Just realised that my last post made it sound like I don't like vi ... In fact I do & it's still m…
»
jeringa
hehe vi the is best god-awful editor you will ever use The only reason I went through the pain of…
»
Dan
I actually was able to get Alsa to work in a single-threaded way. The issue I was having is that …
»