Could your INCBIN macro be used to include separate glsl files as char* literals? I guess the diff…
iain —
Oh how embarrassing, I have just found the driver; I do apologise. :| Yay! I have my reflective ba…
iain —
Well ... there is progress, but no cigar just yet though! Upon reading your reply I've checked my …
iain —
I'm running a licenced copy of windows 10. I have just updated my display drivers, possibly the so…
Your code runs on my machine (at least the direct sound initialization). So doing what mmozeiko sa…
What Windows are you running? I doubt it is Windows XP, but in those times this kind of DirectSoun…
iain —
Yes I always check against Casey's code, and am getting the same error with that. When I compile a…
Did you try running Casey's code to see if the problem comes from your code ? Code from day 106 ru…
iain —
I have just tried installing VS 2019 on which the code was previously working, but it is still giv…
iain —
Hello, sorry to bother you guys with this. I'm following along with the series and keep hitting a …
Neo Ar —
Thought of yet another related term worth knowing - x87 refers to the (internally 80-bit) floating…
This article is mirrored on my blog. I started working on Cakelisp a little more than a year ago. …
"During 1982, the same year 80186 and 80186 were released..." "They couldn't keep in in secret..."
Thank you both, Solution worked flawlessly.
Neo Ar —
Not -march=i686, but often Linux distros would enable additional feature flags (MMX and SSE) for i…
I've never have seen compiler to use SIMD when targeting -march=i686. Are you sure it uses SIMD?
Neo Ar —
One other term worth mentioning is i686 (referring to 6th gen x86). Often you'd see Linux distros …
~There are a few prebuilt binaries floating around, see EDIT: NVM, Martins' link also has the bin…
Is there any particular reason Intel named their CPU 8086 in the first place?
4coder uses opengl to render, so you must make sure your VM has installed & configured opengl driv…
I have a MacBook Pro; however, I use parallels virtual machine for OpenGL development. I wanted to…
tuket —
Thanks mate, that makes a lot of sense.
nipos —
Thanks for the clarification. I'm looking forward to try the pre-built images. That would make thi…
nipos —
I'm absolutely not experienced with C++, so I unfortunately can't help with getting this to work, …
You must use free() function from same libc instance that was used to allocate it. If you use xcb …
tuket —
Hi, I was wondering if this would work correctly:I'm using the xcb library from my program for mak…
Here is a small video update on the math thingy: Math wip 23/12/21.
Last time we were looking at this example: In our previous solution, we had the variables in an ar…
Jason —
Thank you for posts like this. I always appreciate when people with enough experience take the tim…
Listing all processor operating modes wasn't really in the scope of this article, the only reason …