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.
Mārtiņš Možeiko
Not always. Inlining large functions increases code size much and that may be bad for code cache. …
»
longtran2904
There is something that I still don't quite understand about inlining functions:Is inlined a funct…
»
x13pixels
A small patch release with a few new features snuck in is now available for download (0.3.6.3). Ne…
»
Mārtiņš Možeiko
imgur album address is not an image. It is html file that cannot be displayed as image. If you wan…
»
Mārtiņš Možeiko
I'd say this is expected behavior. This is what you actually want. Because clicking back button sh…
»
Mārtiņš Možeiko
This is known issue. It's been reported many months ago:
»
bumbread
Looks like spam
»
bumbread
With Google Chrome if I read the post, then click the "back" button on the address bar, the post o…
»
bumbread
If you go to the main page on the website and click "mark all posts on the site as read", then go …
»
bumbread
Latest update: here's the top output for the chrome right before it becomes unbearably slow: https…
»
bumbread
While writing a math-heavy article I noticed that the live-preview started lagging, and after a fe…
»
Mārtiņš Možeiko
Yes. You need to use sampler2DArray for array texture.
»
Oliver Marsh
Thanks Martins, is the texture array Casey used sampler2darray?
»
Mārtiņš Možeiko
He's doing array texture for that. Alternative to that is doing texture atlas - then you need to b…
»
Oliver Marsh
I was wondering how Casey ended up drawing multiple textures in one draw call? I remember he talke…
»
da447m
OH then it is really in that way :). Ok thanks for this info and links!
»
Mārtiņš Možeiko
Day 18 implements sleeping in code to not run faster than monitor refresh rate:
»
Mārtiņš Možeiko
Yes, you go to Sony or Microsoft or Nintendo developer site, register, sign whatever they ask you …
»
da447m
Hello! The game quickly consumes my resources to the point I have throttle and over 90°C temps fe…
»
da447m
Oh I've just noticed that I used powershell, now with cmd.exe as admin it is getting everything bu…
»
Simon Anciaux
To compile, you need to call vcvarsall.bat from a console and keep that open and compile from it. …
»
da447m
Hi, I've tried combinations of a lot of stuff but it doesn't work. I've set in the path these for …
»
da447m
Gotcha mmozeiko, thanks! One last question since we are here? You said but discussion & showing th…
»
Mārtiņš Možeiko
HandmadeHero code is written in way that the CPU almost does not matter. AMD for sure does not mat…
»
Neo Ar
Vulkan review:
»
Michael Nischt
Hey, Is there a way to use a file as standard input with c[ode]clap? In other debuggers it usually…
»
ratchetfreak
This is what OpenGL 5 was supposed to do: cleanup the OpenGL API so we could use the AZDO function…
»
Marc Costa
However I'm hopeful that vulkan 2.0 will be able to eliminate a lot of those idiosyncrasies as und…
»
da447m
Hello, I have perhaps a silly question as I just started watching the series. It is quite a lot to…
»
Jason
I was wondering if anyone had any opinions on the current state of vulkan in regards to some of th…
»